Html Css Color HEX #55464B Liver

📋 copy color: '#55464B'

red 85 ◦ green 70 ◦ blue 75

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

Shades of Liver #55464B

Tints of Liver #55464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 32.61%

R = 36.96%
G = 30.43%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55464B (or 0x55464B) is known color: Liver. HEX triplet: 55, 46 and 4B. RGB value is (85,70,75). Sum of RGB (Red+Green+Blue) = 85+70+75=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #55464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55464B is #AAB9B4. Grayscale: #4B4B4B. Windows color (decimal): -11188661 or 4933205. OLE color: 4933205.

HSL color Cylindrical-coordinate representation of color #55464B: hue angle of 340º 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 #55464B is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 75 -
CMYK 0 0.18 0.12 0.67
HSL 340º 0.1% 0.3% -
HSV(B) 340º 0.18% 0.33% -
XYZ 7.21 6.82 7.59 -
YUV 75.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 85 70 75 0 0.18 0.12 0.67 340 0.1 0.3
Hex 55 46 4B 0 12 C 43 154 A 1E
Octal 125 106 113 0 22 14 103 524 12 36
Binary 1010101 1000110 1001011 0 10010 1100 1000011 101010100 1010 11110

Color Harmonies of #55464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55464B

Black with #55464B

Text Example


Text Example

White with #55464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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