Html Css Color HEX #53444B Liver

📋 copy color: '#53444B'

red 83 ◦ green 68 ◦ blue 75

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

Shades of Liver #53444B

Tints of Liver #53444B

RGB

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

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

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

R = 36.73%
G = 30.09%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53444B (or 0x53444B) is known color: Liver. HEX triplet: 53, 44 and 4B. RGB value is (83,68,75). Sum of RGB (Red+Green+Blue) = 83+68+75=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53444B is #ACBBB4. Grayscale: #494949. Windows color (decimal): -11320245 or 4932691. OLE color: 4932691.

HSL color Cylindrical-coordinate representation of color #53444B: hue angle of 332º 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 #53444B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 75 -
CMYK 0 0.18 0.10 0.67
HSL 332º 0.1% 0.3% -
HSV(B) 332º 0.18% 0.33% -
XYZ 6.9 6.48 7.54 -
YUV 73.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 83 68 75 0 0.18 0.10 0.67 332 0.1 0.3
Hex 53 44 4B 0 12 A 43 14C A 1E
Octal 123 104 113 0 22 12 103 514 12 36
Binary 1010011 1000100 1001011 0 10010 1010 1000011 101001100 1010 11110

Color Harmonies of #53444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53444B

Black with #53444B

Text Example


Text Example

White with #53444B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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