Html Css Color HEX #52424C Liver

📋 copy color: '#52424C'

red 82 ◦ green 66 ◦ blue 76

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

Shades of Liver #52424C

Tints of Liver #52424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.46%

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

R = 36.61%
G = 29.46%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52424C (or 0x52424C) is known color: Liver. HEX triplet: 52, 42 and 4C. RGB value is (82,66,76). Sum of RGB (Red+Green+Blue) = 82+66+76=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #52424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52424C is #ADBDB3. Grayscale: #474747. Windows color (decimal): -11386292 or 4997714. OLE color: 4997714.

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

Color convert

RGB 82 66 76 -
CMYK 0 0.20 0.07 0.68
HSL 322.5º 0.11% 0.29% -
HSV(B) 322.5º 0.2% 0.32% -
XYZ 6.73 6.21 7.68 -
YUV 71.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 82 66 76 0 0.20 0.07 0.68 322.5 0.11 0.29
Hex 52 42 4C 0 14 7 44 142 B 1D
Octal 122 102 114 0 24 7 104 502 13 35
Binary 1010010 1000010 1001100 0 10100 111 1000100 101000010 1011 11101

Color Harmonies of #52424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52424C

Black with #52424C

Text Example


Text Example

White with #52424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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