Html Css Color HEX #52444C Liver

📋 copy color: '#52444C'

red 82 ◦ green 68 ◦ blue 76

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

Shades of Liver #52444C

Tints of Liver #52444C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.09%

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

R = 36.28%
G = 30.09%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52444C (or 0x52444C) is known color: Liver. HEX triplet: 52, 44 and 4C. RGB value is (82,68,76). Sum of RGB (Red+Green+Blue) = 82+68+76=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 82 - color contains mainly: red. Hex color #52444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52444C is #ADBBB3. Grayscale: #494949. Windows color (decimal): -11385780 or 4998226. OLE color: 4998226.

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

Color convert

RGB 82 68 76 -
CMYK 0 0.17 0.07 0.68
HSL 325.71º 0.09% 0.29% -
HSV(B) 325.71º 0.17% 0.32% -
XYZ 6.85 6.45 7.72 -
YUV 73.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 82 68 76 0 0.17 0.07 0.68 325.71 0.09 0.29
Hex 52 44 4C 0 11 7 44 146 9 1D
Octal 122 104 114 0 21 7 104 506 11 35
Binary 1010010 1000100 1001100 0 10001 111 1000100 101000110 1001 11101

Color Harmonies of #52444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52444C

Black with #52444C

Text Example


Text Example

White with #52444C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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