Html Css Color HEX #5E4E59 Liver

📋 copy color: '#5E4E59'

red 94 ◦ green 78 ◦ blue 89

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

Shades of Liver #5E4E59

Tints of Liver #5E4E59

RGB

 RED value IS 94 (37.11% from 255) = 36.02%

 GREEN value IS 78 (30.86% from 255) = 29.89%

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 36.02%
G = 29.89%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5E4E59 (or 0x5E4E59) is known color: Liver. HEX triplet: 5E, 4E and 59. RGB value is (94,78,89). Sum of RGB (Red+Green+Blue) = 94+78+89=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4E59 is #A1B1A6. Grayscale: #545454. Windows color (decimal): -10596775 or 5852766. OLE color: 5852766.

HSL color Cylindrical-coordinate representation of color #5E4E59: hue angle of 318.75º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E4E59 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 78 89 -
CMYK 0 0.17 0.05 0.63
HSL 318.75º 0.09% 0.34% -
HSV(B) 318.75º 0.17% 0.37% -
XYZ 9.14 8.55 10.62 -
YUV 84.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 94 78 89 0 0.17 0.05 0.63 318.75 0.09 0.34
Hex 5E 4E 59 0 11 5 3F 13F 9 22
Octal 136 116 131 0 21 5 77 477 11 42
Binary 1011110 1001110 1011001 0 10001 101 111111 100111111 1001 100010

Color Harmonies of #5E4E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4E59

Black with #5E4E59

Text Example


Text Example

White with #5E4E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E4E59; }

 p { color: rgb(94,78,89); }

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

background-color css

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

 a { background-color: rgb(94,78,89); }

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

border-color css

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

 span { border-color: rgb(94,78,89); }

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