#522E9E

Color #522E9E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #522E9E

Tints of Daisy Bush #522E9E

Color information

#522E9E (or 0x522E9E) is unknown color: approx Daisy Bush. HEX triplet: 52, 2E and 9E. RGB value is (82,46,158). Sum of RGB (Red+Green+Blue) = 82+46+158=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #522E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522E9E is #ADD161. Grayscale: #454545. Windows color (decimal): -11391330 or 10366546. OLE color: 10366546.

HSL color Cylindrical-coordinate representation of color #522E9E: hue angle of 259.29º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #522E9E is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8246158-
CMYK0.480.7100.38
HSL259.29º54.9%40%-
HSV(B)259.29º70.89%61.96%-
XYZ10.636.2232.99-
YUV69.53177.93136.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=28.67%
G=16.08%
B=55.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82461580.480.7100.38259.2954.940
Hex522E9E30470261033728
Octal12256236601070464036750
Binary10100101011101001111011000010001110100110100000011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522E9E; }

 p { color: rgb(82,46,158); }

 H1.HeaderClassName
 {
   color: #522E9E;
 }
 .AnyTagClassName
 {
   color: #522E9E;
 }
</style>
background-color css

<style>
 a { background-color: #522E9E; }

 a { background-color: rgb(82,46,158); }

 div.DivClassName
 {
   background-color: #522E9E;
 }
 .BgClassName
 {
   background-color: #522E9E;
 }
</style>
border-color css

<style>
 span { border-color: #522E9E; }

 span { border-color: rgb(82,46,158); }

 td.TdClassName
 {
   border-color: #522E9E;
 }
 .TagClassName
 {
   border-color: #522E9E;
 }
</style>