Html Css Color HEX #53474B Liver

📋 copy color: '#53474B'

red 83 ◦ green 71 ◦ blue 75

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

Shades of Liver #53474B

Tints of Liver #53474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

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

R = 36.24%
G = 31%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53474B (or 0x53474B) is known color: Liver. HEX triplet: 53, 47 and 4B. RGB value is (83,71,75). Sum of RGB (Red+Green+Blue) = 83+71+75=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #53474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53474B is #ACB8B4. Grayscale: #4B4B4B. Windows color (decimal): -11319477 or 4933459. OLE color: 4933459.

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

Color convert

RGB 83 71 75 -
CMYK 0 0.14 0.10 0.67
HSL 340º 0.08% 0.3% -
HSV(B) 340º 0.14% 0.33% -
XYZ 7.09 6.85 7.61 -
YUV 75.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 83 71 75 0 0.14 0.10 0.67 340 0.08 0.3
Hex 53 47 4B 0 E A 43 154 8 1E
Octal 123 107 113 0 16 12 103 524 10 36
Binary 1010011 1000111 1001011 0 1110 1010 1000011 101010100 1000 11110

Color Harmonies of #53474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53474B

Black with #53474B

Text Example


Text Example

White with #53474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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