Html Css Color HEX #52474C Liver

📋 copy color: '#52474C'

red 82 ◦ green 71 ◦ blue 76

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

Shades of Liver #52474C

Tints of Liver #52474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 35.81%
G = 31%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52474C (or 0x52474C) is known color: Liver. HEX triplet: 52, 47 and 4C. RGB value is (82,71,76). Sum of RGB (Red+Green+Blue) = 82+71+76=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #52474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52474C is #ADB8B3. Grayscale: #4A4A4A. Windows color (decimal): -11385012 or 4998994. OLE color: 4998994.

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

Color convert

RGB 82 71 76 -
CMYK 0 0.13 0.07 0.68
HSL 332.73º 0.07% 0.3% -
HSV(B) 332.73º 0.13% 0.32% -
XYZ 7.04 6.82 7.78 -
YUV 74.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 82 71 76 0 0.13 0.07 0.68 332.73 0.07 0.3
Hex 52 47 4C 0 D 7 44 14D 7 1E
Octal 122 107 114 0 15 7 104 515 7 36
Binary 1010010 1000111 1001100 0 1101 111 1000100 101001101 111 11110

Color Harmonies of #52474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52474C

Black with #52474C

Text Example


Text Example

White with #52474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52474C; }

 p { color: rgb(82,71,76); }

 H1.HeaderClassName
 {
   color: #52474C;
 }
 .AnyTagClassName
 {
   color: #52474C;
 }
</style>

background-color css

<style>
 a { background-color: #52474C; }

 a { background-color: rgb(82,71,76); }

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

border-color css

<style>
 span { border-color: #52474C; }

 span { border-color: rgb(82,71,76); }

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