Html Css Color HEX #52484E Liver

📋 copy color: '#52484E'

red 82 ◦ green 72 ◦ blue 78

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

Shades of Liver #52484E

Tints of Liver #52484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.62%

R = 35.34%
G = 31.03%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52484E (or 0x52484E) is known color: Liver. HEX triplet: 52, 48 and 4E. RGB value is (82,72,78). Sum of RGB (Red+Green+Blue) = 82+72+78=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #52484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52484E is #ADB7B1. Grayscale: #4B4B4B. Windows color (decimal): -11384754 or 5130322. OLE color: 5130322.

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

Color convert

RGB 82 72 78 -
CMYK 0 0.12 0.05 0.68
HSL 324º 0.06% 0.3% -
HSV(B) 324º 0.12% 0.32% -
XYZ 7.17 6.98 8.18 -
YUV 75.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 82 72 78 0 0.12 0.05 0.68 324 0.06 0.3
Hex 52 48 4E 0 C 5 44 144 6 1E
Octal 122 110 116 0 14 5 104 504 6 36
Binary 1010010 1001000 1001110 0 1100 101 1000100 101000100 110 11110

Color Harmonies of #52484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52484E

Black with #52484E

Text Example


Text Example

White with #52484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52484E; }

 p { color: rgb(82,72,78); }

 H1.HeaderClassName
 {
   color: #52484E;
 }
 .AnyTagClassName
 {
   color: #52484E;
 }
</style>

background-color css

<style>
 a { background-color: #52484E; }

 a { background-color: rgb(82,72,78); }

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

border-color css

<style>
 span { border-color: #52484E; }

 span { border-color: rgb(82,72,78); }

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