Html Css Color HEX #52404B Liver

📋 copy color: '#52404B'

red 82 ◦ green 64 ◦ blue 75

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

Shades of Liver #52404B

Tints of Liver #52404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

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

R = 37.1%
G = 28.96%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52404B (or 0x52404B) is known color: Liver. HEX triplet: 52, 40 and 4B. RGB value is (82,64,75). Sum of RGB (Red+Green+Blue) = 82+64+75=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #52404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52404B is #ADBFB4. Grayscale: #464646. Windows color (decimal): -11386805 or 4931666. OLE color: 4931666.

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

Color convert

RGB 82 64 75 -
CMYK 0 0.22 0.09 0.68
HSL 323.33º 0.12% 0.29% -
HSV(B) 323.33º 0.22% 0.32% -
XYZ 6.58 5.97 7.46 -
YUV 70.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 82 64 75 0 0.22 0.09 0.68 323.33 0.12 0.29
Hex 52 40 4B 0 16 9 44 143 C 1D
Octal 122 100 113 0 26 11 104 503 14 35
Binary 1010010 1000000 1001011 0 10110 1001 1000100 101000011 1100 11101

Color Harmonies of #52404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52404B

Black with #52404B

Text Example


Text Example

White with #52404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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