Html Css Color HEX #53454D Liver

📋 copy color: '#53454D'

red 83 ◦ green 69 ◦ blue 77

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

Shades of Liver #53454D

Tints of Liver #53454D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 36.24%
G = 30.13%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53454D (or 0x53454D) is known color: Liver. HEX triplet: 53, 45 and 4D. RGB value is (83,69,77). Sum of RGB (Red+Green+Blue) = 83+69+77=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #53454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53454D is #ACBAB2. Grayscale: #4A4A4A. Windows color (decimal): -11319987 or 5064019. OLE color: 5064019.

HSL color Cylindrical-coordinate representation of color #53454D: hue angle of 325.71º 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 #53454D is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 77 -
CMYK 0 0.17 0.07 0.67
HSL 325.71º 0.09% 0.3% -
HSV(B) 325.71º 0.17% 0.33% -
XYZ 7.03 6.63 7.93 -
YUV 74.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 83 69 77 0 0.17 0.07 0.67 325.71 0.09 0.3
Hex 53 45 4D 0 11 7 43 146 9 1E
Octal 123 105 115 0 21 7 103 506 11 36
Binary 1010011 1000101 1001101 0 10001 111 1000011 101000110 1001 11110

Color Harmonies of #53454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53454D

Black with #53454D

Text Example


Text Example

White with #53454D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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