Html Css Color HEX #5E4553 Liver

📋 copy color: '#5E4553'

red 94 ◦ green 69 ◦ blue 83

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

Shades of Liver #5E4553

Tints of Liver #5E4553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

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

R = 38.21%
G = 28.05%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

#5E4553 (or 0x5E4553) is known color: Liver. HEX triplet: 5E, 45 and 53. RGB value is (94,69,83). Sum of RGB (Red+Green+Blue) = 94+69+83=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4553 is #A1BAAC. Grayscale: #4E4E4E. Windows color (decimal): -10599085 or 5457246. OLE color: 5457246.

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

Color convert

RGB 94 69 83 -
CMYK 0 0.27 0.12 0.63
HSL 326.4º 0.15% 0.32% -
HSV(B) 326.4º 0.27% 0.37% -
XYZ 8.31 7.26 9.15 -
YUV 78.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 94 69 83 0 0.27 0.12 0.63 326.4 0.15 0.32
Hex 5E 45 53 0 1B C 3F 146 F 20
Octal 136 105 123 0 33 14 77 506 17 40
Binary 1011110 1000101 1010011 0 11011 1100 111111 101000110 1111 100000

Color Harmonies of #5E4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4553

Black with #5E4553

Text Example


Text Example

White with #5E4553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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