Html Css Color HEX #55454D Liver

📋 copy color: '#55454D'

red 85 ◦ green 69 ◦ blue 77

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

Shades of Liver #55454D

Tints of Liver #55454D

RGB

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

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

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

R = 36.8%
G = 29.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55454D (or 0x55454D) is known color: Liver. HEX triplet: 55, 45 and 4D. RGB value is (85,69,77). Sum of RGB (Red+Green+Blue) = 85+69+77=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #55454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55454D is #AABAB2. Grayscale: #4A4A4A. Windows color (decimal): -11188915 or 5064021. OLE color: 5064021.

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

Color convert

RGB 85 69 77 -
CMYK 0 0.19 0.09 0.67
HSL 330º 0.1% 0.3% -
HSV(B) 330º 0.19% 0.33% -
XYZ 7.21 6.72 7.94 -
YUV 74.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 85 69 77 0 0.19 0.09 0.67 330 0.1 0.3
Hex 55 45 4D 0 13 9 43 14A A 1E
Octal 125 105 115 0 23 11 103 512 12 36
Binary 1010101 1000101 1001101 0 10011 1001 1000011 101001010 1010 11110

Color Harmonies of #55454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55454D

Black with #55454D

Text Example


Text Example

White with #55454D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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