Html Css Color HEX #52494D Liver

📋 copy color: '#52494D'

red 82 ◦ green 73 ◦ blue 77

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

Shades of Liver #52494D

Tints of Liver #52494D

RGB

 RED value IS 82 (32.42% from 255) = 35.34%

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 35.34%
G = 31.47%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#52494D (or 0x52494D) is known color: Liver. HEX triplet: 52, 49 and 4D. RGB value is (82,73,77). Sum of RGB (Red+Green+Blue) = 82+73+77=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #52494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52494D is #ADB6B2. Grayscale: #4C4C4C. Windows color (decimal): -11384499 or 5065042. OLE color: 5065042.

HSL color Cylindrical-coordinate representation of color #52494D: hue angle of 333.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52494D is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 77 -
CMYK 0 0.11 0.06 0.68
HSL 333.33º 0.06% 0.3% -
HSV(B) 333.33º 0.11% 0.32% -
XYZ 7.2 7.09 8.01 -
YUV 76.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 82 73 77 0 0.11 0.06 0.68 333.33 0.06 0.3
Hex 52 49 4D 0 B 6 44 14D 6 1E
Octal 122 111 115 0 13 6 104 515 6 36
Binary 1010010 1001001 1001101 0 1011 110 1000100 101001101 110 11110

Color Harmonies of #52494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52494D

Black with #52494D

Text Example


Text Example

White with #52494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52494D; }

 p { color: rgb(82,73,77); }

 H1.HeaderClassName
 {
   color: #52494D;
 }
 .AnyTagClassName
 {
   color: #52494D;
 }
</style>

background-color css

<style>
 a { background-color: #52494D; }

 a { background-color: rgb(82,73,77); }

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

border-color css

<style>
 span { border-color: #52494D; }

 span { border-color: rgb(82,73,77); }

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