Html Css Color HEX #53404B Liver

📋 copy color: '#53404B'

red 83 ◦ green 64 ◦ blue 75

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

Shades of Liver #53404B

Tints of Liver #53404B

RGB

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

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

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

R = 37.39%
G = 28.83%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53404B (or 0x53404B) is known color: Liver. HEX triplet: 53, 40 and 4B. RGB value is (83,64,75). Sum of RGB (Red+Green+Blue) = 83+64+75=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #53404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53404B is #ACBFB4. Grayscale: #464646. Windows color (decimal): -11321269 or 4931667. OLE color: 4931667.

HSL color Cylindrical-coordinate representation of color #53404B: hue angle of 325.26º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53404B is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 64 75 -
CMYK 0 0.23 0.10 0.67
HSL 325.26º 0.13% 0.29% -
HSV(B) 325.26º 0.23% 0.33% -
XYZ 6.67 6.01 7.47 -
YUV 70.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 83 64 75 0 0.23 0.10 0.67 325.26 0.13 0.29
Hex 53 40 4B 0 17 A 43 145 D 1D
Octal 123 100 113 0 27 12 103 505 15 35
Binary 1010011 1000000 1001011 0 10111 1010 1000011 101000101 1101 11101

Color Harmonies of #53404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53404B

Black with #53404B

Text Example


Text Example

White with #53404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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