Html Css Color HEX #534A50 Liver

📋 copy color: '#534A50'

red 83 ◦ green 74 ◦ blue 80

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

Shades of Liver #534A50

Tints of Liver #534A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 35.02%
G = 31.22%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#534A50 (or 0x534A50) is known color: Liver. HEX triplet: 53, 4A and 50. RGB value is (83,74,80). Sum of RGB (Red+Green+Blue) = 83+74+80=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A50 is #ACB5AF. Grayscale: #4D4D4D. Windows color (decimal): -11318704 or 5261907. OLE color: 5261907.

HSL color Cylindrical-coordinate representation of color #534A50: hue angle of 320º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #534A50 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 80 -
CMYK 0 0.11 0.04 0.67
HSL 320º 0.06% 0.31% -
HSV(B) 320º 0.11% 0.33% -
XYZ 7.46 7.32 8.61 -
YUV 77.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 83 74 80 0 0.11 0.04 0.67 320 0.06 0.31
Hex 53 4A 50 0 B 4 43 140 6 1F
Octal 123 112 120 0 13 4 103 500 6 37
Binary 1010011 1001010 1010000 0 1011 100 1000011 101000000 110 11111

Color Harmonies of #534A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A50

Black with #534A50

Text Example


Text Example

White with #534A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A50; }

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

 H1.HeaderClassName
 {
   color: #534A50;
 }
 .AnyTagClassName
 {
   color: #534A50;
 }
</style>

background-color css

<style>
 a { background-color: #534A50; }

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

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

border-color css

<style>
 span { border-color: #534A50; }

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

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