#594265

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

Shades of Honey Flower #594265

Tints of Honey Flower #594265

Color information

#594265 (or 0x594265) is unknown color: approx Honey Flower. HEX triplet: 59, 42 and 65. RGB value is (89,66,101). Sum of RGB (Red+Green+Blue) = 89+66+101=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 101 - color contains mainly: blue. Hex color #594265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594265 is #A6BD9A. Grayscale: #4C4C4C. Windows color (decimal): -10927515 or 6636121. OLE color: 6636121.

HSL color Cylindrical-coordinate representation of color #594265: hue angle of 279.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #594265 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8966101-
CMYK0.120.3500.60
HSL279.43º20.96%32.75%-
HSV(B)279.43º34.65%39.61%-
XYZ8.426.9613.21-
YUV76.87141.62136.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.77%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=34.77%
G=25.78%
B=39.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89661010.120.3500.60279.4320.9632.75
Hex594265C2303C1171521
Octal13110214514430744272541
Binary1011001100001011001011100100011011110010001011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594265; }

 p { color: rgb(89,66,101); }

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

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

 a { background-color: rgb(89,66,101); }

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

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

 span { border-color: rgb(89,66,101); }

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