Html Css Color HEX #52464C Liver

📋 copy color: '#52464C'

red 82 ◦ green 70 ◦ blue 76

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

Shades of Liver #52464C

Tints of Liver #52464C

RGB

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

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

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

R = 35.96%
G = 30.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52464C (or 0x52464C) is known color: Liver. HEX triplet: 52, 46 and 4C. RGB value is (82,70,76). Sum of RGB (Red+Green+Blue) = 82+70+76=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #52464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52464C is #ADB9B3. Grayscale: #4A4A4A. Windows color (decimal): -11385268 or 4998738. OLE color: 4998738.

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

Color convert

RGB 82 70 76 -
CMYK 0 0.15 0.07 0.68
HSL 330º 0.08% 0.3% -
HSV(B) 330º 0.15% 0.32% -
XYZ 6.97 6.7 7.76 -
YUV 74.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 82 70 76 0 0.15 0.07 0.68 330 0.08 0.3
Hex 52 46 4C 0 F 7 44 14A 8 1E
Octal 122 106 114 0 17 7 104 512 10 36
Binary 1010010 1000110 1001100 0 1111 111 1000100 101001010 1000 11110

Color Harmonies of #52464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52464C

Black with #52464C

Text Example


Text Example

White with #52464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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