Html Css Color HEX #50454B Liver

📋 copy color: '#50454B'

red 80 ◦ green 69 ◦ blue 75

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

Shades of Liver #50454B

Tints of Liver #50454B

RGB

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

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

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

R = 35.71%
G = 30.8%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50454B (or 0x50454B) is known color: Liver. HEX triplet: 50, 45 and 4B. RGB value is (80,69,75). Sum of RGB (Red+Green+Blue) = 80+69+75=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #50454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50454B is #AFBAB4. Grayscale: #484848. Windows color (decimal): -11516597 or 4932944. OLE color: 4932944.

HSL color Cylindrical-coordinate representation of color #50454B: hue angle of 327.27º 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 #50454B is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 75 -
CMYK 0 0.14 0.06 0.69
HSL 327.27º 0.07% 0.29% -
HSV(B) 327.27º 0.14% 0.31% -
XYZ 6.71 6.47 7.55 -
YUV 72.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 80 69 75 0 0.14 0.06 0.69 327.27 0.07 0.29
Hex 50 45 4B 0 E 6 45 147 7 1D
Octal 120 105 113 0 16 6 105 507 7 35
Binary 1010000 1000101 1001011 0 1110 110 1000101 101000111 111 11101

Color Harmonies of #50454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50454B

Black with #50454B

Text Example


Text Example

White with #50454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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