#59416F

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

Shades of Honey Flower #59416F

Tints of Honey Flower #59416F

Color information

#59416F (or 0x59416F) is unknown color: approx Honey Flower. HEX triplet: 59, 41 and 6F. RGB value is (89,65,111). Sum of RGB (Red+Green+Blue) = 89+65+111=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #59416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59416F is #A6BE90. Grayscale: #4D4D4D. Windows color (decimal): -10927761 or 7291225. OLE color: 7291225.

HSL color Cylindrical-coordinate representation of color #59416F: hue angle of 271.3º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59416F is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8965111-
CMYK0.200.4100.56
HSL271.3º26.14%34.51%-
HSV(B)271.3º41.44%43.53%-
XYZ8.887.0515.93-
YUV77.42146.95136.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=33.58%
G=24.53%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89651110.200.4100.56271.326.1434.51
Hex59416F142903810f1a23
Octal13110115724510704173243
Binary10110011000001110111110100101001011100010000111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,65,111); }

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

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

 a { background-color: rgb(89,65,111); }

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

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

 span { border-color: rgb(89,65,111); }

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