#56514F

Color #56514F Tundora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tundora #56514F

Tints of Tundora #56514F

Color information

#56514F (or 0x56514F) is unknown color: approx Tundora. HEX triplet: 56, 51 and 4F. RGB value is (86,81,79). Sum of RGB (Red+Green+Blue) = 86+81+79=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #56514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56514F is #A9AEB0. Grayscale: #525252. Windows color (decimal): -11120305 or 5198166. OLE color: 5198166.

HSL color Cylindrical-coordinate representation of color #56514F: hue angle of 17.14º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56514F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB868179-
CMYK00.060.080.66
HSL17.14º4.24%32.35%-
HSV(B)17.14º8.14%33.73%-
XYZ8.198.438.59-
YUV82.27126.16130.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=34.96%
G=32.93%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86817900.060.080.6617.144.2432.35
Hex56514F0684211420
Octal126121117061010221440
Binary10101101010001100111101101000100001010001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56514F; }

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

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

<style>
 a { background-color: #56514F; }

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

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

<style>
 span { border-color: #56514F; }

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

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