Html Css Color HEX #514F50 Liver

📋 copy color: '#514F50'

red 81 ◦ green 79 ◦ blue 80

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

Shades of Liver #514F50

Tints of Liver #514F50

RGB

 RED value IS 81 (32.03% from 255) = 33.75%

 GREEN value IS 79 (31.25% from 255) = 32.92%

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

R = 33.75%
G = 32.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#514F50 (or 0x514F50) is known color: Liver. HEX triplet: 51, 4F and 50. RGB value is (81,79,80). Sum of RGB (Red+Green+Blue) = 81+79+80=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 81 - color contains mainly: red. Hex color #514F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F50 is #AEB0AF. Grayscale: #4F4F4F. Windows color (decimal): -11448496 or 5263185. OLE color: 5263185.

HSL color Cylindrical-coordinate representation of color #514F50: hue angle of 330º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #514F50 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 79 80 -
CMYK 0 0.02 0.01 0.68
HSL 330º 0.01% 0.31% -
HSV(B) 330º 0.02% 0.32% -
XYZ 7.64 7.92 8.72 -
YUV 79.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 81 79 80 0 0.02 0.01 0.68 330 0.01 0.31
Hex 51 4F 50 0 2 1 44 14A 1 1F
Octal 121 117 120 0 2 1 104 512 1 37
Binary 1010001 1001111 1010000 0 10 1 1000100 101001010 1 11111

Color Harmonies of #514F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F50

Black with #514F50

Text Example


Text Example

White with #514F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514F50; }

 p { color: rgb(81,79,80); }

 H1.HeaderClassName
 {
   color: #514F50;
 }
 .AnyTagClassName
 {
   color: #514F50;
 }
</style>

background-color css

<style>
 a { background-color: #514F50; }

 a { background-color: rgb(81,79,80); }

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

border-color css

<style>
 span { border-color: #514F50; }

 span { border-color: rgb(81,79,80); }

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