#523288

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

Shades of Kingfisher Daisy #523288

Tints of Kingfisher Daisy #523288

Color information

#523288 (or 0x523288) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 32 and 88. RGB value is (82,50,136). Sum of RGB (Red+Green+Blue) = 82+50+136=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #523288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523288 is #ADCD77. Grayscale: #454545. Windows color (decimal): -11390328 or 8925778. OLE color: 8925778.

HSL color Cylindrical-coordinate representation of color #523288: hue angle of 262.33º 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 #523288 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8250136-
CMYK0.400.6300.47
HSL262.33º46.24%36.47%-
HSV(B)262.33º63.24%53.33%-
XYZ9.065.8523.94-
YUV69.37165.6137.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 136 (53.52% from 255) = 50.75%
R=30.60%
G=18.66%
B=50.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82501360.400.6300.47262.3346.2436.47
Hex523288283F02F1062e24
Octal1226221050770574065644
Binary1010010110010100010001010001111110101111100000110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523288; }

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

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

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

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

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

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

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

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