#59357C

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

Shades of Kingfisher Daisy #59357C

Tints of Kingfisher Daisy #59357C

Color information

#59357C (or 0x59357C) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 35 and 7C. RGB value is (89,53,124). Sum of RGB (Red+Green+Blue) = 89+53+124=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #59357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59357C is #A6CA83. Grayscale: #474747. Windows color (decimal): -10930820 or 8140121. OLE color: 8140121.

HSL color Cylindrical-coordinate representation of color #59357C: hue angle of 270.42º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59357C is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8953124-
CMYK0.280.5700.51
HSL270.42º40.11%34.71%-
HSV(B)270.42º57.26%48.63%-
XYZ9.036.1319.78-
YUV71.86157.43140.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.46%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=33.46%
G=19.92%
B=46.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89531240.280.5700.51270.4240.1134.71
Hex59357C1C3903310e2823
Octal1316517434710634165043
Binary10110011101011111100111001110010110011100001110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59357C; }

 p { color: rgb(89,53,124); }

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

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

 a { background-color: rgb(89,53,124); }

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

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

 span { border-color: rgb(89,53,124); }

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