Html Css Color HEX #5E4653 Liver

📋 copy color: '#5E4653'

red 94 ◦ green 70 ◦ blue 83

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

Shades of Liver #5E4653

Tints of Liver #5E4653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 38.06%
G = 28.34%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

#5E4653 (or 0x5E4653) is known color: Liver. HEX triplet: 5E, 46 and 53. RGB value is (94,70,83). Sum of RGB (Red+Green+Blue) = 94+70+83=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4653 is #A1B9AC. Grayscale: #4E4E4E. Windows color (decimal): -10598829 or 5457502. OLE color: 5457502.

HSL color Cylindrical-coordinate representation of color #5E4653: hue angle of 327.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E4653 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 70 83 -
CMYK 0 0.26 0.12 0.63
HSL 327.5º 0.15% 0.32% -
HSV(B) 327.5º 0.26% 0.37% -
XYZ 8.37 7.38 9.17 -
YUV 78.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 94 70 83 0 0.26 0.12 0.63 327.5 0.15 0.32
Hex 5E 46 53 0 1A C 3F 148 F 20
Octal 136 106 123 0 32 14 77 510 17 40
Binary 1011110 1000110 1010011 0 11010 1100 111111 101001000 1111 100000

Color Harmonies of #5E4653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4653

Black with #5E4653

Text Example


Text Example

White with #5E4653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,70,83); }

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

background-color css

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

 a { background-color: rgb(94,70,83); }

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

border-color css

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

 span { border-color: rgb(94,70,83); }

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