Html Css Color HEX #53464B Liver

📋 copy color: '#53464B'

red 83 ◦ green 70 ◦ blue 75

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

Shades of Liver #53464B

Tints of Liver #53464B

RGB

 RED value IS 83 (32.81% from 255) = 36.4%

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

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

R = 36.4%
G = 30.7%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53464B (or 0x53464B) is known color: Liver. HEX triplet: 53, 46 and 4B. RGB value is (83,70,75). Sum of RGB (Red+Green+Blue) = 83+70+75=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53464B is #ACB9B4. Grayscale: #4A4A4A. Windows color (decimal): -11319733 or 4933203. OLE color: 4933203.

HSL color Cylindrical-coordinate representation of color #53464B: hue angle of 336.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #53464B is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 75 -
CMYK 0 0.16 0.10 0.67
HSL 336.92º 0.08% 0.3% -
HSV(B) 336.92º 0.16% 0.33% -
XYZ 7.03 6.73 7.58 -
YUV 74.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 83 70 75 0 0.16 0.10 0.67 336.92 0.08 0.3
Hex 53 46 4B 0 10 A 43 151 8 1E
Octal 123 106 113 0 20 12 103 521 10 36
Binary 1010011 1000110 1001011 0 10000 1010 1000011 101010001 1000 11110

Color Harmonies of #53464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53464B

Black with #53464B

Text Example


Text Example

White with #53464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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