#59486C

Color #59486C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #59486C

Tints of Honey Flower #59486C

Color information

#59486C (or 0x59486C) is unknown color: approx Honey Flower. HEX triplet: 59, 48 and 6C. RGB value is (89,72,108). Sum of RGB (Red+Green+Blue) = 89+72+108=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #59486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59486C is #A6B793. Grayscale: #515151. Windows color (decimal): -10925972 or 7096409. OLE color: 7096409.

HSL color Cylindrical-coordinate representation of color #59486C: hue angle of 268.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59486C is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8972108-
CMYK0.180.3300.58
HSL268.33º20%35.29%-
HSV(B)268.33º33.33%42.35%-
XYZ9.147.8415.22-
YUV81.19143.13133.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=33.09%
G=26.77%
B=40.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89721080.180.3300.58268.332035.29
Hex59486C122103A10c1423
Octal13111015422410724142443
Binary10110011001000110110010010100001011101010000110010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,72,108); }

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

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

 a { background-color: rgb(89,72,108); }

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

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

 span { border-color: rgb(89,72,108); }

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