#59317C

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

Shades of Kingfisher Daisy #59317C

Tints of Kingfisher Daisy #59317C

Color information

#59317C (or 0x59317C) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 31 and 7C. RGB value is (89,49,124). Sum of RGB (Red+Green+Blue) = 89+49+124=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #59317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59317C is #A6CE83. Grayscale: #454545. Windows color (decimal): -10931844 or 8139097. OLE color: 8139097.

HSL color Cylindrical-coordinate representation of color #59317C: hue angle of 272º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59317C is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8949124-
CMYK0.280.6000.51
HSL272º43.35%33.92%-
HSV(B)272º60.48%48.63%-
XYZ8.865.7819.72-
YUV69.51158.75141.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.97%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=33.97%
G=18.70%
B=47.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89491240.280.6000.5127243.3533.92
Hex59317C1C3C0331102b22
Octal1316117434740634205342
Binary10110011100011111100111001111000110011100010000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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