#56514E

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

Shades of Tundora #56514E

Tints of Tundora #56514E

Color information

#56514E (or 0x56514E) is unknown color: approx Tundora. HEX triplet: 56, 51 and 4E. RGB value is (86,81,78). Sum of RGB (Red+Green+Blue) = 86+81+78=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 86 - color contains mainly: red. Hex color #56514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56514E is #A9AEB1. Grayscale: #525252. Windows color (decimal): -11120306 or 5132630. OLE color: 5132630.

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

Color convert

RGB868178-
CMYK00.060.090.66
HSL22.5º4.88%32.16%-
HSV(B)22.5º9.3%33.73%-
XYZ8.168.418.4-
YUV82.15125.66130.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=35.10%
G=33.06%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86817800.060.090.6622.54.8832.16
Hex56514E0694217520
Octal126121116061110227540
Binary10101101010001100111001101001100001010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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