Html Css Color HEX #594B54 Liver

📋 copy color: '#594B54'

red 89 ◦ green 75 ◦ blue 84

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

Shades of Liver #594B54

Tints of Liver #594B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.24%

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

R = 35.89%
G = 30.24%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#594B54 (or 0x594B54) is known color: Liver. HEX triplet: 59, 4B and 54. RGB value is (89,75,84). Sum of RGB (Red+Green+Blue) = 89+75+84=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #594B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B54 is #A6B4AB. Grayscale: #505050. Windows color (decimal): -10925228 or 5524313. OLE color: 5524313.

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

Color convert

RGB 89 75 84 -
CMYK 0 0.16 0.06 0.65
HSL 321.43º 0.09% 0.32% -
HSV(B) 321.43º 0.16% 0.35% -
XYZ 8.24 7.8 9.46 -
YUV 80.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 89 75 84 0 0.16 0.06 0.65 321.43 0.09 0.32
Hex 59 4B 54 0 10 6 41 141 9 20
Octal 131 113 124 0 20 6 101 501 11 40
Binary 1011001 1001011 1010100 0 10000 110 1000001 101000001 1001 100000

Color Harmonies of #594B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B54

Black with #594B54

Text Example


Text Example

White with #594B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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