Html Css Color HEX #51494E Liver

📋 copy color: '#51494E'

red 81 ◦ green 73 ◦ blue 78

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

Shades of Liver #51494E

Tints of Liver #51494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 78 (30.86% from 255) = 33.62%

R = 34.91%
G = 31.47%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51494E (or 0x51494E) is known color: Liver. HEX triplet: 51, 49 and 4E. RGB value is (81,73,78). Sum of RGB (Red+Green+Blue) = 81+73+78=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #51494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51494E is #AEB6B1. Grayscale: #4B4B4B. Windows color (decimal): -11450034 or 5130577. OLE color: 5130577.

HSL color Cylindrical-coordinate representation of color #51494E: hue angle of 322.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #51494E is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 78 -
CMYK 0 0.10 0.04 0.68
HSL 322.5º 0.05% 0.3% -
HSV(B) 322.5º 0.1% 0.32% -
XYZ 7.15 7.06 8.19 -
YUV 75.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 81 73 78 0 0.10 0.04 0.68 322.5 0.05 0.3
Hex 51 49 4E 0 A 4 44 142 5 1E
Octal 121 111 116 0 12 4 104 502 5 36
Binary 1010001 1001001 1001110 0 1010 100 1000100 101000010 101 11110

Color Harmonies of #51494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51494E

Black with #51494E

Text Example


Text Example

White with #51494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51494E; }

 p { color: rgb(81,73,78); }

 H1.HeaderClassName
 {
   color: #51494E;
 }
 .AnyTagClassName
 {
   color: #51494E;
 }
</style>

background-color css

<style>
 a { background-color: #51494E; }

 a { background-color: rgb(81,73,78); }

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

border-color css

<style>
 span { border-color: #51494E; }

 span { border-color: rgb(81,73,78); }

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