#514B4D

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

Shades of Liver #514B4D

Tints of Liver #514B4D

Color information

#514B4D (or 0x514B4D) is unknown color: approx Liver. HEX triplet: 51, 4B and 4D. RGB value is (81,75,77). Sum of RGB (Red+Green+Blue) = 81+75+77=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 81 - color contains mainly: red. Hex color #514B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B4D is #AEB4B2. Grayscale: #4D4D4D. Windows color (decimal): -11449523 or 5065553. OLE color: 5065553.

HSL color Cylindrical-coordinate representation of color #514B4D: hue angle of 340º 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 #514B4D is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB817577-
CMYK00.070.050.68
HSL340º3.85%30.59%-
HSV(B)340º7.41%31.76%-
XYZ7.257.328.05-
YUV77.02127.99130.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=34.76%
G=32.19%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81757700.070.050.683403.8530.59
Hex514B4D0754415441f
Octal121113115075104524437
Binary1010001100101110011010111101100010010101010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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