#59296D

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

Shades of Honey Flower #59296D

Tints of Honey Flower #59296D

Color information

#59296D (or 0x59296D) is unknown color: approx Honey Flower. HEX triplet: 59, 29 and 6D. RGB value is (89,41,109). Sum of RGB (Red+Green+Blue) = 89+41+109=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #59296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59296D is #A6D692. Grayscale: #3E3E3E. Windows color (decimal): -10933907 or 7154009. OLE color: 7154009.

HSL color Cylindrical-coordinate representation of color #59296D: hue angle of 282.35º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59296D is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8941109-
CMYK0.180.6200.57
HSL282.35º45.33%29.41%-
HSV(B)282.35º62.39%42.75%-
XYZ7.674.8114.99-
YUV63.1153.9146.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=37.24%
G=17.15%
B=45.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89411090.180.6200.57282.3545.3329.41
Hex59296D123E03911a2d1d
Octal1315115522760714325535
Binary1011001101001110110110010111110011100110001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59296D; }

 p { color: rgb(89,41,109); }

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

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

 a { background-color: rgb(89,41,109); }

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

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

 span { border-color: rgb(89,41,109); }

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