Html Css Color HEX #52464B Liver

📋 copy color: '#52464B'

red 82 ◦ green 70 ◦ blue 75

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

Shades of Liver #52464B

Tints of Liver #52464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 36.12%
G = 30.84%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52464B (or 0x52464B) is known color: Liver. HEX triplet: 52, 46 and 4B. RGB value is (82,70,75). Sum of RGB (Red+Green+Blue) = 82+70+75=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #52464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52464B is #ADB9B4. Grayscale: #4A4A4A. Windows color (decimal): -11385269 or 4933202. OLE color: 4933202.

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

Color convert

RGB 82 70 75 -
CMYK 0 0.15 0.09 0.68
HSL 335º 0.08% 0.3% -
HSV(B) 335º 0.15% 0.32% -
XYZ 6.94 6.68 7.58 -
YUV 74.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 82 70 75 0 0.15 0.09 0.68 335 0.08 0.3
Hex 52 46 4B 0 F 9 44 14F 8 1E
Octal 122 106 113 0 17 11 104 517 10 36
Binary 1010010 1000110 1001011 0 1111 1001 1000100 101001111 1000 11110

Color Harmonies of #52464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52464B

Black with #52464B

Text Example


Text Example

White with #52464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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