Html Css Color HEX #55464D Liver

📋 copy color: '#55464D'

red 85 ◦ green 70 ◦ blue 77

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

Shades of Liver #55464D

Tints of Liver #55464D

RGB

 RED value IS 85 (33.59% from 255) = 36.64%

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

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 36.64%
G = 30.17%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55464D (or 0x55464D) is known color: Liver. HEX triplet: 55, 46 and 4D. RGB value is (85,70,77). Sum of RGB (Red+Green+Blue) = 85+70+77=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #55464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55464D is #AAB9B2. Grayscale: #4B4B4B. Windows color (decimal): -11188659 or 5064277. OLE color: 5064277.

HSL color Cylindrical-coordinate representation of color #55464D: hue angle of 332º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #55464D is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 77 -
CMYK 0 0.18 0.09 0.67
HSL 332º 0.1% 0.3% -
HSV(B) 332º 0.18% 0.33% -
XYZ 7.28 6.85 7.96 -
YUV 75.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 85 70 77 0 0.18 0.09 0.67 332 0.1 0.3
Hex 55 46 4D 0 12 9 43 14C A 1E
Octal 125 106 115 0 22 11 103 514 12 36
Binary 1010101 1000110 1001101 0 10010 1001 1000011 101001100 1010 11110

Color Harmonies of #55464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55464D

Black with #55464D

Text Example


Text Example

White with #55464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55464D; }

 p { color: rgb(85,70,77); }

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

background-color css

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

 a { background-color: rgb(85,70,77); }

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

border-color css

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

 span { border-color: rgb(85,70,77); }

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