Html Css Color HEX #53484F Liver

📋 copy color: '#53484F'

red 83 ◦ green 72 ◦ blue 79

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

Shades of Liver #53484F

Tints of Liver #53484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 35.47%
G = 30.77%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53484F (or 0x53484F) is known color: Liver. HEX triplet: 53, 48 and 4F. RGB value is (83,72,79). Sum of RGB (Red+Green+Blue) = 83+72+79=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #53484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53484F is #ACB7B0. Grayscale: #4C4C4C. Windows color (decimal): -11319217 or 5195859. OLE color: 5195859.

HSL color Cylindrical-coordinate representation of color #53484F: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53484F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 79 -
CMYK 0 0.13 0.05 0.67
HSL 321.82º 0.07% 0.3% -
HSV(B) 321.82º 0.13% 0.33% -
XYZ 7.3 7.04 8.37 -
YUV 76.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 83 72 79 0 0.13 0.05 0.67 321.82 0.07 0.3
Hex 53 48 4F 0 D 5 43 142 7 1E
Octal 123 110 117 0 15 5 103 502 7 36
Binary 1010011 1001000 1001111 0 1101 101 1000011 101000010 111 11110

Color Harmonies of #53484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53484F

Black with #53484F

Text Example


Text Example

White with #53484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53484F; }

 p { color: rgb(83,72,79); }

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

background-color css

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

 a { background-color: rgb(83,72,79); }

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

border-color css

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

 span { border-color: rgb(83,72,79); }

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