#59405F

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

Shades of Honey Flower #59405F

Tints of Honey Flower #59405F

Color information

#59405F (or 0x59405F) is unknown color: approx Honey Flower. HEX triplet: 59, 40 and 5F. RGB value is (89,64,95). Sum of RGB (Red+Green+Blue) = 89+64+95=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #59405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59405F is #A6BFA0. Grayscale: #4A4A4A. Windows color (decimal): -10928033 or 6242393. OLE color: 6242393.

HSL color Cylindrical-coordinate representation of color #59405F: hue angle of 288.39º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59405F is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB896495-
CMYK0.060.3300.63
HSL288.39º19.5%31.18%-
HSV(B)288.39º32.63%37.25%-
XYZ8.026.6211.68-
YUV75.01139.28137.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=35.89%
G=25.81%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8964950.060.3300.63288.3919.531.18
Hex59405F62103F120131f
Octal1311001376410774402337
Binary10110011000000101111111010000101111111001000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,64,95); }

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

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

 a { background-color: rgb(89,64,95); }

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

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

 span { border-color: rgb(89,64,95); }

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