#59206F

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

Shades of Honey Flower #59206F

Tints of Honey Flower #59206F

Color information

#59206F (or 0x59206F) is unknown color: approx Honey Flower. HEX triplet: 59, 20 and 6F. RGB value is (89,32,111). Sum of RGB (Red+Green+Blue) = 89+32+111=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #59206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59206F is #A6DF90. Grayscale: #393939. Windows color (decimal): -10936209 or 7282777. OLE color: 7282777.

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

Color convert

RGB8932111-
CMYK0.200.7100.56
HSL283.29º55.24%28.04%-
HSV(B)283.29º71.17%43.53%-
XYZ7.514.315.47-
YUV58.05157.88150.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=38.36%
G=13.79%
B=47.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89321110.200.7100.56283.2955.2428.04
Hex59206F144703811b371c
Octal13140157241070704336734
Binary10110011000001101111101001000111011100010001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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