#514B4E

Color #514B4E Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #514B4E

Tints of Liver #514B4E

Color information

#514B4E (or 0x514B4E) is unknown color: approx Liver. HEX triplet: 51, 4B and 4E. RGB value is (81,75,78). Sum of RGB (Red+Green+Blue) = 81+75+78=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 81 - color contains mainly: red. Hex color #514B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B4E is #AEB4B1. Grayscale: #4D4D4D. Windows color (decimal): -11449522 or 5131089. OLE color: 5131089.

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

Color convert

RGB817578-
CMYK00.070.040.68
HSL330º3.85%30.59%-
HSV(B)330º7.41%31.76%-
XYZ7.287.338.24-
YUV77.14128.49130.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=34.62%
G=32.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81757800.070.040.683303.8530.59
Hex514B4E0744414a41f
Octal121113116074104512437
Binary1010001100101110011100111100100010010100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #514B4E;
 }
 .AnyTagClassName
 {
   color: #514B4E;
 }
</style>
background-color css

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

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

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

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

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

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