Html Css Color HEX #53454A Liver

📋 copy color: '#53454A'

red 83 ◦ green 69 ◦ blue 74

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

Shades of Liver #53454A

Tints of Liver #53454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 36.73%
G = 30.53%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53454A (or 0x53454A) is known color: Liver. HEX triplet: 53, 45 and 4A. RGB value is (83,69,74). Sum of RGB (Red+Green+Blue) = 83+69+74=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53454A is #ACBAB5. Grayscale: #494949. Windows color (decimal): -11319990 or 4867411. OLE color: 4867411.

HSL color Cylindrical-coordinate representation of color #53454A: hue angle of 338.57º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53454A is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 74 -
CMYK 0 0.17 0.11 0.67
HSL 338.57º 0.09% 0.3% -
HSV(B) 338.57º 0.17% 0.33% -
XYZ 6.93 6.59 7.39 -
YUV 73.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 83 69 74 0 0.17 0.11 0.67 338.57 0.09 0.3
Hex 53 45 4A 0 11 B 43 153 9 1E
Octal 123 105 112 0 21 13 103 523 11 36
Binary 1010011 1000101 1001010 0 10001 1011 1000011 101010011 1001 11110

Color Harmonies of #53454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53454A

Black with #53454A

Text Example


Text Example

White with #53454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53454A; }

 p { color: rgb(83,69,74); }

 H1.HeaderClassName
 {
   color: #53454A;
 }
 .AnyTagClassName
 {
   color: #53454A;
 }
</style>

background-color css

<style>
 a { background-color: #53454A; }

 a { background-color: rgb(83,69,74); }

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

border-color css

<style>
 span { border-color: #53454A; }

 span { border-color: rgb(83,69,74); }

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