#59455F

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

Shades of Honey Flower #59455F

Tints of Honey Flower #59455F

Color information

#59455F (or 0x59455F) is unknown color: approx Honey Flower. HEX triplet: 59, 45 and 5F. RGB value is (89,69,95). Sum of RGB (Red+Green+Blue) = 89+69+95=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #59455F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59455F is #A6BAA0. Grayscale: #4D4D4D. Windows color (decimal): -10926753 or 6243673. OLE color: 6243673.

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

Color convert

RGB896995-
CMYK0.060.2700.63
HSL286.15º15.85%32.16%-
HSV(B)286.15º27.37%37.25%-
XYZ8.317.2111.78-
YUV77.94137.63135.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=35.18%
G=27.27%
B=37.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8969950.060.2700.63286.1515.8532.16
Hex59455F61B03F11e1020
Octal1311051376330774362040
Binary10110011000101101111111011011011111110001111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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