#523287

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

Shades of Kingfisher Daisy #523287

Tints of Kingfisher Daisy #523287

Color information

#523287 (or 0x523287) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 32 and 87. RGB value is (82,50,135). Sum of RGB (Red+Green+Blue) = 82+50+135=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #523287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523287 is #ADCD78. Grayscale: #444444. Windows color (decimal): -11390329 or 8860242. OLE color: 8860242.

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

Color convert

RGB8250135-
CMYK0.390.6300.47
HSL262.59º45.95%36.27%-
HSV(B)262.59º62.96%52.94%-
XYZ8.995.8223.57-
YUV69.26165.1137.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=30.71%
G=18.73%
B=50.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82501350.390.6300.47262.5945.9536.27
Hex523287273F02F1072e24
Octal1226220747770574075644
Binary1010010110010100001111001111111110101111100000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523287; }

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

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

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

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

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

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

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

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