Html Css Color HEX #594953 Liver

📋 copy color: '#594953'

red 89 ◦ green 73 ◦ blue 83

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

Shades of Liver #594953

Tints of Liver #594953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.8%

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

R = 36.33%
G = 29.8%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#594953 (or 0x594953) is known color: Liver. HEX triplet: 59, 49 and 53. RGB value is (89,73,83). Sum of RGB (Red+Green+Blue) = 89+73+83=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #594953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594953 is #A6B6AC. Grayscale: #4E4E4E. Windows color (decimal): -10925741 or 5458265. OLE color: 5458265.

HSL color Cylindrical-coordinate representation of color #594953: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #594953 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 83 -
CMYK 0 0.18 0.07 0.65
HSL 322.5º 0.1% 0.32% -
HSV(B) 322.5º 0.18% 0.35% -
XYZ 8.06 7.51 9.21 -
YUV 78.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 89 73 83 0 0.18 0.07 0.65 322.5 0.1 0.32
Hex 59 49 53 0 12 7 41 142 A 20
Octal 131 111 123 0 22 7 101 502 12 40
Binary 1011001 1001001 1010011 0 10010 111 1000001 101000010 1010 100000

Color Harmonies of #594953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594953

Black with #594953

Text Example


Text Example

White with #594953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594953; }

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

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

background-color css

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

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

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

border-color css

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

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

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