Html Css Color HEX #594F55 Liver

📋 copy color: '#594F55'

red 89 ◦ green 79 ◦ blue 85

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

Shades of Liver #594F55

Tints of Liver #594F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.23%

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 35.18%
G = 31.23%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#594F55 (or 0x594F55) is known color: Liver. HEX triplet: 59, 4F and 55. RGB value is (89,79,85). Sum of RGB (Red+Green+Blue) = 89+79+85=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #594F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F55 is #A6B0AA. Grayscale: #525252. Windows color (decimal): -10924203 or 5590873. OLE color: 5590873.

HSL color Cylindrical-coordinate representation of color #594F55: hue angle of 324º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #594F55 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 85 -
CMYK 0 0.11 0.04 0.65
HSL 324º 0.06% 0.33% -
HSV(B) 324º 0.11% 0.35% -
XYZ 8.56 8.37 9.76 -
YUV 82.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 89 79 85 0 0.11 0.04 0.65 324 0.06 0.33
Hex 59 4F 55 0 B 4 41 144 6 21
Octal 131 117 125 0 13 4 101 504 6 41
Binary 1011001 1001111 1010101 0 1011 100 1000001 101000100 110 100001

Color Harmonies of #594F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F55

Black with #594F55

Text Example


Text Example

White with #594F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594F55; }

 p { color: rgb(89,79,85); }

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

background-color css

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

 a { background-color: rgb(89,79,85); }

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

border-color css

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

 span { border-color: rgb(89,79,85); }

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