Html Css Color HEX #53444C Liver

📋 copy color: '#53444C'

red 83 ◦ green 68 ◦ blue 76

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

Shades of Liver #53444C

Tints of Liver #53444C

RGB

 RED value IS 83 (32.81% from 255) = 36.56%

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

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

R = 36.56%
G = 29.96%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53444C (or 0x53444C) is known color: Liver. HEX triplet: 53, 44 and 4C. RGB value is (83,68,76). Sum of RGB (Red+Green+Blue) = 83+68+76=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #53444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53444C is #ACBBB3. Grayscale: #494949. Windows color (decimal): -11320244 or 4998227. OLE color: 4998227.

HSL color Cylindrical-coordinate representation of color #53444C: hue angle of 328º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #53444C is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 76 -
CMYK 0 0.18 0.08 0.67
HSL 328º 0.1% 0.3% -
HSV(B) 328º 0.18% 0.33% -
XYZ 6.94 6.5 7.73 -
YUV 73.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 83 68 76 0 0.18 0.08 0.67 328 0.1 0.3
Hex 53 44 4C 0 12 8 43 148 A 1E
Octal 123 104 114 0 22 10 103 510 12 36
Binary 1010011 1000100 1001100 0 10010 1000 1000011 101001000 1010 11110

Color Harmonies of #53444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53444C

Black with #53444C

Text Example


Text Example

White with #53444C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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