#522787

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

Shades of Kingfisher Daisy #522787

Tints of Kingfisher Daisy #522787

Color information

#522787 (or 0x522787) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 27 and 87. RGB value is (82,39,135). Sum of RGB (Red+Green+Blue) = 82+39+135=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #522787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522787 is #ADD878. Grayscale: #3E3E3E. Windows color (decimal): -11393145 or 8857426. OLE color: 8857426.

HSL color Cylindrical-coordinate representation of color #522787: hue angle of 266.88º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #522787 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8239135-
CMYK0.390.7100.47
HSL266.88º55.17%34.12%-
HSV(B)266.88º71.11%52.94%-
XYZ8.584.9923.43-
YUV62.8168.75141.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=32.03%
G=15.23%
B=52.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82391350.390.7100.47266.8855.1734.12
Hex522787274702F10b3722
Octal12247207471070574136742
Binary10100101001111000011110011110001110101111100001011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522787; }

 p { color: rgb(82,39,135); }

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

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

 a { background-color: rgb(82,39,135); }

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

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

 span { border-color: rgb(82,39,135); }

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