Html Css Color HEX #594C55 Liver

📋 copy color: '#594C55'

red 89 ◦ green 76 ◦ blue 85

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

Shades of Liver #594C55

Tints of Liver #594C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

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

R = 35.6%
G = 30.4%
B = 34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#594C55 (or 0x594C55) is known color: Liver. HEX triplet: 59, 4C and 55. RGB value is (89,76,85). Sum of RGB (Red+Green+Blue) = 89+76+85=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 89 - color contains mainly: red. Hex color #594C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C55 is #A6B3AA. Grayscale: #505050. Windows color (decimal): -10924971 or 5590105. OLE color: 5590105.

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

Color convert

RGB 89 76 85 -
CMYK 0 0.15 0.04 0.65
HSL 318.46º 0.08% 0.32% -
HSV(B) 318.46º 0.15% 0.35% -
XYZ 8.34 7.95 9.69 -
YUV 80.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 89 76 85 0 0.15 0.04 0.65 318.46 0.08 0.32
Hex 59 4C 55 0 F 4 41 13E 8 20
Octal 131 114 125 0 17 4 101 476 10 40
Binary 1011001 1001100 1010101 0 1111 100 1000001 100111110 1000 100000

Color Harmonies of #594C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C55

Black with #594C55

Text Example


Text Example

White with #594C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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