#59347F

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

Shades of Kingfisher Daisy #59347F

Tints of Kingfisher Daisy #59347F

Color information

#59347F (or 0x59347F) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 34 and 7F. RGB value is (89,52,127). Sum of RGB (Red+Green+Blue) = 89+52+127=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #59347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59347F is #A6CB80. Grayscale: #474747. Windows color (decimal): -10931073 or 8336473. OLE color: 8336473.

HSL color Cylindrical-coordinate representation of color #59347F: hue angle of 269.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59347F is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8952127-
CMYK0.300.5900.50
HSL269.6º41.9%35.1%-
HSV(B)269.6º59.06%49.8%-
XYZ9.186.1120.77-
YUV71.61159.26140.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 127 (50% from 255) = 47.39%
R=33.21%
G=19.40%
B=47.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89521270.300.5900.50269.641.935.1
Hex59347F1E3B03210e2a23
Octal1316417736730624165243
Binary10110011101001111111111101110110110010100001110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59347F; }

 p { color: rgb(89,52,127); }

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

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

 a { background-color: rgb(89,52,127); }

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

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

 span { border-color: rgb(89,52,127); }

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