#592270

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

Shades of Honey Flower #592270

Tints of Honey Flower #592270

Color information

#592270 (or 0x592270) is unknown color: approx Honey Flower. HEX triplet: 59, 22 and 70. RGB value is (89,34,112). Sum of RGB (Red+Green+Blue) = 89+34+112=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #592270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592270 is #A6DD8F. Grayscale: #3B3B3B. Windows color (decimal): -10935696 or 7348825. OLE color: 7348825.

HSL color Cylindrical-coordinate representation of color #592270: hue angle of 282.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #592270 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8934112-
CMYK0.210.7000.56
HSL282.31º53.42%28.63%-
HSV(B)282.31º69.64%43.92%-
XYZ7.624.4415.78-
YUV59.34157.72149.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=37.87%
G=14.47%
B=47.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89341120.210.7000.56282.3153.4228.63
Hex592270154603811a351d
Octal13142160251060704326535
Binary10110011000101110000101011000110011100010001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592270; }

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

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

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

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

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

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

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

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