Html Css Color HEX #52464D Liver

📋 copy color: '#52464D'

red 82 ◦ green 70 ◦ blue 77

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

Shades of Liver #52464D

Tints of Liver #52464D

RGB

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

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

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

R = 35.81%
G = 30.57%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#52464D (or 0x52464D) is known color: Liver. HEX triplet: 52, 46 and 4D. RGB value is (82,70,77). Sum of RGB (Red+Green+Blue) = 82+70+77=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #52464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52464D is #ADB9B2. Grayscale: #4A4A4A. Windows color (decimal): -11385267 or 5064274. OLE color: 5064274.

HSL color Cylindrical-coordinate representation of color #52464D: hue angle of 325º 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 #52464D is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 77 -
CMYK 0 0.15 0.06 0.68
HSL 325º 0.08% 0.3% -
HSV(B) 325º 0.15% 0.32% -
XYZ 7.01 6.71 7.95 -
YUV 74.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 82 70 77 0 0.15 0.06 0.68 325 0.08 0.3
Hex 52 46 4D 0 F 6 44 145 8 1E
Octal 122 106 115 0 17 6 104 505 10 36
Binary 1010010 1000110 1001101 0 1111 110 1000100 101000101 1000 11110

Color Harmonies of #52464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52464D

Black with #52464D

Text Example


Text Example

White with #52464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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