#592070

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

Shades of Honey Flower #592070

Tints of Honey Flower #592070

Color information

#592070 (or 0x592070) is unknown color: approx Honey Flower. HEX triplet: 59, 20 and 70. RGB value is (89,32,112). Sum of RGB (Red+Green+Blue) = 89+32+112=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #592070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592070 is #A6DF8F. Grayscale: #393939. Windows color (decimal): -10936208 or 7348313. OLE color: 7348313.

HSL color Cylindrical-coordinate representation of color #592070: hue angle of 282.75º degrees, saturation: 0.56, 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 #592070 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8932112-
CMYK0.210.7100.56
HSL282.75º55.56%28.24%-
HSV(B)282.75º71.43%43.92%-
XYZ7.564.3315.77-
YUV58.16158.38150-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=38.20%
G=13.73%
B=48.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89321120.210.7100.56282.7555.5628.24
Hex592070154703811b381c
Octal13140160251070704337034
Binary10110011000001110000101011000111011100010001101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592070; }

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

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

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

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

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

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

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

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