Html Css Color HEX #514C4F Liver

📋 copy color: '#514C4F'

red 81 ◦ green 76 ◦ blue 79

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

Shades of Liver #514C4F

Tints of Liver #514C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 34.32%
G = 32.2%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#514C4F (or 0x514C4F) is known color: Liver. HEX triplet: 51, 4C and 4F. RGB value is (81,76,79). Sum of RGB (Red+Green+Blue) = 81+76+79=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 81 - color contains mainly: red. Hex color #514C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C4F is #AEB3B0. Grayscale: #4D4D4D. Windows color (decimal): -11449265 or 5196881. OLE color: 5196881.

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

Color convert

RGB 81 76 79 -
CMYK 0 0.06 0.02 0.68
HSL 324º 0.03% 0.31% -
HSV(B) 324º 0.06% 0.32% -
XYZ 7.39 7.48 8.45 -
YUV 77.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 81 76 79 0 0.06 0.02 0.68 324 0.03 0.31
Hex 51 4C 4F 0 6 2 44 144 3 1F
Octal 121 114 117 0 6 2 104 504 3 37
Binary 1010001 1001100 1001111 0 110 10 1000100 101000100 11 11111

Color Harmonies of #514C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C4F

Black with #514C4F

Text Example


Text Example

White with #514C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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