Html Css Color HEX #51484E Liver

📋 copy color: '#51484E'

red 81 ◦ green 72 ◦ blue 78

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

Shades of Liver #51484E

Tints of Liver #51484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

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

R = 35.06%
G = 31.17%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51484E (or 0x51484E) is known color: Liver. HEX triplet: 51, 48 and 4E. RGB value is (81,72,78). Sum of RGB (Red+Green+Blue) = 81+72+78=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #51484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51484E is #AEB7B1. Grayscale: #4B4B4B. Windows color (decimal): -11450290 or 5130321. OLE color: 5130321.

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

Color convert

RGB 81 72 78 -
CMYK 0 0.11 0.04 0.68
HSL 320º 0.06% 0.3% -
HSV(B) 320º 0.11% 0.32% -
XYZ 7.09 6.93 8.17 -
YUV 75.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 81 72 78 0 0.11 0.04 0.68 320 0.06 0.3
Hex 51 48 4E 0 B 4 44 140 6 1E
Octal 121 110 116 0 13 4 104 500 6 36
Binary 1010001 1001000 1001110 0 1011 100 1000100 101000000 110 11110

Color Harmonies of #51484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51484E

Black with #51484E

Text Example


Text Example

White with #51484E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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