Html Css Color HEX #50454C Liver

📋 copy color: '#50454C'

red 80 ◦ green 69 ◦ blue 76

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

Shades of Liver #50454C

Tints of Liver #50454C

RGB

 RED value IS 80 (31.64% from 255) = 35.56%

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

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 35.56%
G = 30.67%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50454C (or 0x50454C) is known color: Liver. HEX triplet: 50, 45 and 4C. RGB value is (80,69,76). Sum of RGB (Red+Green+Blue) = 80+69+76=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #50454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50454C is #AFBAB3. Grayscale: #494949. Windows color (decimal): -11516596 or 4998480. OLE color: 4998480.

HSL color Cylindrical-coordinate representation of color #50454C: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #50454C is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 76 -
CMYK 0 0.14 0.05 0.69
HSL 321.82º 0.07% 0.29% -
HSV(B) 321.82º 0.14% 0.31% -
XYZ 6.74 6.48 7.73 -
YUV 73.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 80 69 76 0 0.14 0.05 0.69 321.82 0.07 0.29
Hex 50 45 4C 0 E 5 45 142 7 1D
Octal 120 105 114 0 16 5 105 502 7 35
Binary 1010000 1000101 1001100 0 1110 101 1000101 101000010 111 11101

Color Harmonies of #50454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50454C

Black with #50454C

Text Example


Text Example

White with #50454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50454C; }

 p { color: rgb(80,69,76); }

 H1.HeaderClassName
 {
   color: #50454C;
 }
 .AnyTagClassName
 {
   color: #50454C;
 }
</style>

background-color css

<style>
 a { background-color: #50454C; }

 a { background-color: rgb(80,69,76); }

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

border-color css

<style>
 span { border-color: #50454C; }

 span { border-color: rgb(80,69,76); }

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