#594460

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

Shades of Honey Flower #594460

Tints of Honey Flower #594460

Color information

#594460 (or 0x594460) is unknown color: approx Honey Flower. HEX triplet: 59, 44 and 60. RGB value is (89,68,96). Sum of RGB (Red+Green+Blue) = 89+68+96=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #594460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594460 is #A6BB9F. Grayscale: #4D4D4D. Windows color (decimal): -10927008 or 6308953. OLE color: 6308953.

HSL color Cylindrical-coordinate representation of color #594460: hue angle of 285º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #594460 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB896896-
CMYK0.070.2900.62
HSL285º17.07%32.16%-
HSV(B)285º29.17%37.65%-
XYZ8.37.112-
YUV77.47138.46136.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=35.18%
G=26.88%
B=37.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8968960.070.2900.6228517.0732.16
Hex59446071D03E11d1120
Octal1311041407350764352140
Binary10110011000100110000011111101011111010001110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594460; }

 p { color: rgb(89,68,96); }

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

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

 a { background-color: rgb(89,68,96); }

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

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

 span { border-color: rgb(89,68,96); }

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