#59425F

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

Shades of Honey Flower #59425F

Tints of Honey Flower #59425F

Color information

#59425F (or 0x59425F) is unknown color: approx Honey Flower. HEX triplet: 59, 42 and 5F. RGB value is (89,66,95). Sum of RGB (Red+Green+Blue) = 89+66+95=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #59425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59425F is #A6BDA0. Grayscale: #4C4C4C. Windows color (decimal): -10927521 or 6242905. OLE color: 6242905.

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

Color convert

RGB896695-
CMYK0.060.3100.63
HSL287.59º18.01%31.57%-
HSV(B)287.59º30.53%37.25%-
XYZ8.136.8511.72-
YUV76.18138.62137.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 95 (37.5% from 255) = 38%
R=35.6%
G=26.4%
B=38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8966950.060.3100.63287.5918.0131.57
Hex59425F61F03F1201220
Octal1311021376370774402240
Binary10110011000010101111111011111011111110010000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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