Html Css Color HEX #555053 Liver

📋 copy color: '#555053'

red 85 ◦ green 80 ◦ blue 83

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

Shades of Liver #555053

Tints of Liver #555053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

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

R = 34.27%
G = 32.26%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#555053 (or 0x555053) is known color: Liver. HEX triplet: 55, 50 and 53. RGB value is (85,80,83). Sum of RGB (Red+Green+Blue) = 85+80+83=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 85 - color contains mainly: red. Hex color #555053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555053 is #AAAFAC. Grayscale: #515151. Windows color (decimal): -11186093 or 5460053. OLE color: 5460053.

HSL color Cylindrical-coordinate representation of color #555053: hue angle of 324º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #555053 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 83 -
CMYK 0 0.06 0.02 0.67
HSL 324º 0.03% 0.32% -
HSV(B) 324º 0.06% 0.33% -
XYZ 8.18 8.29 9.35 -
YUV 81.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 85 80 83 0 0.06 0.02 0.67 324 0.03 0.32
Hex 55 50 53 0 6 2 43 144 3 20
Octal 125 120 123 0 6 2 103 504 3 40
Binary 1010101 1010000 1010011 0 110 10 1000011 101000100 11 100000

Color Harmonies of #555053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555053

Black with #555053

Text Example


Text Example

White with #555053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555053; }

 p { color: rgb(85,80,83); }

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

background-color css

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

 a { background-color: rgb(85,80,83); }

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

border-color css

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

 span { border-color: rgb(85,80,83); }

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