Html Css Color HEX #534E50 Liver

📋 copy color: '#534E50'

red 83 ◦ green 78 ◦ blue 80

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

Shades of Liver #534E50

Tints of Liver #534E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

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

R = 34.44%
G = 32.37%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#534E50 (or 0x534E50) is known color: Liver. HEX triplet: 53, 4E and 50. RGB value is (83,78,80). Sum of RGB (Red+Green+Blue) = 83+78+80=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 83 - color contains mainly: red. Hex color #534E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E50 is #ACB1AF. Grayscale: #4F4F4F. Windows color (decimal): -11317680 or 5262931. OLE color: 5262931.

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

Color convert

RGB 83 78 80 -
CMYK 0 0.06 0.04 0.67
HSL 336º 0.03% 0.32% -
HSV(B) 336º 0.06% 0.33% -
XYZ 7.74 7.87 8.7 -
YUV 79.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 83 78 80 0 0.06 0.04 0.67 336 0.03 0.32
Hex 53 4E 50 0 6 4 43 150 3 20
Octal 123 116 120 0 6 4 103 520 3 40
Binary 1010011 1001110 1010000 0 110 100 1000011 101010000 11 100000

Color Harmonies of #534E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E50

Black with #534E50

Text Example


Text Example

White with #534E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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