#523578

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

Shades of Kingfisher Daisy #523578

Tints of Kingfisher Daisy #523578

Color information

#523578 (or 0x523578) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 35 and 78. RGB value is (82,53,120). Sum of RGB (Red+Green+Blue) = 82+53+120=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #523578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523578 is #ADCA87. Grayscale: #454545. Windows color (decimal): -11389576 or 7877970. OLE color: 7877970.

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

Color convert

RGB8253120-
CMYK0.320.5600.53
HSL265.97º38.73%33.92%-
HSV(B)265.97º55.83%47.06%-
XYZ8.145.718.44-
YUV69.31156.61137.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=32.16%
G=20.78%
B=47.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82531200.320.5600.53265.9738.7333.92
Hex523578203803510a2722
Octal1226517040700654124742
Binary101001011010111110001000001110000110101100001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523578; }

 p { color: rgb(82,53,120); }

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

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

 a { background-color: rgb(82,53,120); }

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

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

 span { border-color: rgb(82,53,120); }

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