Html Css Color HEX #594570 Honey Flower

📋 copy color: '#594570'

red 89 ◦ green 69 ◦ blue 112

#594570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #594570

Tints of Honey Flower #594570

RGB

 RED value IS 89 (35.16% from 255) = 32.96%

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 32.96%
G = 25.56%
B = 41.48%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#594570 (or 0x594570) is known color: Honey Flower. HEX triplet: 59, 45 and 70. RGB value is (89,69,112). Sum of RGB (Red+Green+Blue) = 89+69+112=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #594570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594570 is #A6BA8F. Grayscale: #4F4F4F. Windows color (decimal): -10926736 or 7357785. OLE color: 7357785.

HSL color Cylindrical-coordinate representation of color #594570: hue angle of 267.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #594570 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 69 112 -
CMYK 0.21 0.38 0 0.56
HSL 267.91º 0.24% 0.35% -
HSV(B) 267.91º 0.38% 0.44% -
XYZ 9.17 7.55 16.3 -
YUV 79.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 89 69 112 0.21 0.38 0 0.56 267.91 0.24 0.35
Hex 59 45 70 15 26 0 38 10C 18 23
Octal 131 105 160 25 46 0 70 414 30 43
Binary 1011001 1000101 1110000 10101 100110 0 111000 100001100 11000 100011

Color Harmonies of #594570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594570

Black with #594570

Text Example


Text Example

White with #594570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594570; }

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

 H1.HeaderClassName
 {
   color: #594570;
 }
 .AnyTagClassName
 {
   color: #594570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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