#592F70

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

Shades of Honey Flower #592F70

Tints of Honey Flower #592F70

Color information

#592F70 (or 0x592F70) is unknown color: approx Honey Flower. HEX triplet: 59, 2F and 70. RGB value is (89,47,112). Sum of RGB (Red+Green+Blue) = 89+47+112=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #592F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F70 is #A6D08F. Grayscale: #424242. Windows color (decimal): -10932368 or 7352153. OLE color: 7352153.

HSL color Cylindrical-coordinate representation of color #592F70: hue angle of 278.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #592F70 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8947112-
CMYK0.210.5800.56
HSL278.77º40.88%31.18%-
HSV(B)278.77º58.04%43.92%-
XYZ8.065.3315.93-
YUV66.97153.41143.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=35.89%
G=18.95%
B=45.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89471120.210.5800.56278.7740.8831.18
Hex592F70153A038117291f
Octal1315716025720704275137
Binary1011001101111111000010101111010011100010001011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592F70; }

 p { color: rgb(89,47,112); }

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

<style>
 a { background-color: #592F70; }

 a { background-color: rgb(89,47,112); }

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

<style>
 span { border-color: #592F70; }

 span { border-color: rgb(89,47,112); }

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