Html Css Color HEX #55434C Liver

📋 copy color: '#55434C'

red 85 ◦ green 67 ◦ blue 76

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

Shades of Liver #55434C

Tints of Liver #55434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 37.28%
G = 29.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55434C (or 0x55434C) is known color: Liver. HEX triplet: 55, 43 and 4C. RGB value is (85,67,76). Sum of RGB (Red+Green+Blue) = 85+67+76=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55434C is #AABCB3. Grayscale: #494949. Windows color (decimal): -11189428 or 4997973. OLE color: 4997973.

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

Color convert

RGB 85 67 76 -
CMYK 0 0.21 0.11 0.67
HSL 330º 0.12% 0.3% -
HSV(B) 330º 0.21% 0.33% -
XYZ 7.06 6.47 7.71 -
YUV 73.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 85 67 76 0 0.21 0.11 0.67 330 0.12 0.3
Hex 55 43 4C 0 15 B 43 14A C 1E
Octal 125 103 114 0 25 13 103 512 14 36
Binary 1010101 1000011 1001100 0 10101 1011 1000011 101001010 1100 11110

Color Harmonies of #55434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55434C

Black with #55434C

Text Example


Text Example

White with #55434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55434C; }

 p { color: rgb(85,67,76); }

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

background-color css

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

 a { background-color: rgb(85,67,76); }

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

border-color css

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

 span { border-color: rgb(85,67,76); }

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