Html Css Color HEX #594F53 Liver

📋 copy color: '#594F53'

red 89 ◦ green 79 ◦ blue 83

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

Shades of Liver #594F53

Tints of Liver #594F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 35.46%
G = 31.47%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#594F53 (or 0x594F53) is known color: Liver. HEX triplet: 59, 4F and 53. RGB value is (89,79,83). Sum of RGB (Red+Green+Blue) = 89+79+83=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 89 - color contains mainly: red. Hex color #594F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F53 is #A6B0AC. Grayscale: #525252. Windows color (decimal): -10924205 or 5459801. OLE color: 5459801.

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

Color convert

RGB 89 79 83 -
CMYK 0 0.11 0.07 0.65
HSL 336º 0.06% 0.33% -
HSV(B) 336º 0.11% 0.35% -
XYZ 8.48 8.34 9.35 -
YUV 82.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 89 79 83 0 0.11 0.07 0.65 336 0.06 0.33
Hex 59 4F 53 0 B 7 41 150 6 21
Octal 131 117 123 0 13 7 101 520 6 41
Binary 1011001 1001111 1010011 0 1011 111 1000001 101010000 110 100001

Color Harmonies of #594F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F53

Black with #594F53

Text Example


Text Example

White with #594F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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