#56504D

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

Shades of Tundora #56504D

Tints of Tundora #56504D

Color information

#56504D (or 0x56504D) is unknown color: approx Tundora. HEX triplet: 56, 50 and 4D. RGB value is (86,80,77). Sum of RGB (Red+Green+Blue) = 86+80+77=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #56504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56504D is #A9AFB2. Grayscale: #515151. Windows color (decimal): -11120563 or 5066838. OLE color: 5066838.

HSL color Cylindrical-coordinate representation of color #56504D: hue angle of 20º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56504D is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB868077-
CMYK00.070.100.66
HSL20º5.52%31.96%-
HSV(B)20º10.47%33.73%-
XYZ8.058.258.19-
YUV81.45125.49131.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=35.39%
G=32.92%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86807700.070.100.66205.5231.96
Hex56504D07A4214620
Octal126120115071210224640
Binary10101101010000100110101111010100001010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56504D; }

 p { color: rgb(86,80,77); }

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

<style>
 a { background-color: #56504D; }

 a { background-color: rgb(86,80,77); }

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

<style>
 span { border-color: #56504D; }

 span { border-color: rgb(86,80,77); }

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