Html Css Color HEX #594F54 Liver

📋 copy color: '#594F54'

red 89 ◦ green 79 ◦ blue 84

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

Shades of Liver #594F54

Tints of Liver #594F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 35.32%
G = 31.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#594F54 (or 0x594F54) is known color: Liver. HEX triplet: 59, 4F and 54. RGB value is (89,79,84). Sum of RGB (Red+Green+Blue) = 89+79+84=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #594F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F54 is #A6B0AB. Grayscale: #525252. Windows color (decimal): -10924204 or 5525337. OLE color: 5525337.

HSL color Cylindrical-coordinate representation of color #594F54: hue angle of 330º 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 #594F54 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 84 -
CMYK 0 0.11 0.06 0.65
HSL 330º 0.06% 0.33% -
HSV(B) 330º 0.11% 0.35% -
XYZ 8.52 8.36 9.55 -
YUV 82.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 89 79 84 0 0.11 0.06 0.65 330 0.06 0.33
Hex 59 4F 54 0 B 6 41 14A 6 21
Octal 131 117 124 0 13 6 101 512 6 41
Binary 1011001 1001111 1010100 0 1011 110 1000001 101001010 110 100001

Color Harmonies of #594F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F54

Black with #594F54

Text Example


Text Example

White with #594F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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