#56504E

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

Shades of Tundora #56504E

Tints of Tundora #56504E

Color information

#56504E (or 0x56504E) is unknown color: approx Tundora. HEX triplet: 56, 50 and 4E. RGB value is (86,80,78). Sum of RGB (Red+Green+Blue) = 86+80+78=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #56504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56504E is #A9AFB1. Grayscale: #515151. Windows color (decimal): -11120562 or 5132374. OLE color: 5132374.

HSL color Cylindrical-coordinate representation of color #56504E: hue angle of 15º 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 #56504E is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB868078-
CMYK00.070.090.66
HSL15º4.88%32.16%-
HSV(B)15º9.3%33.73%-
XYZ8.088.278.38-
YUV81.57125.99131.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=35.25%
G=32.79%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86807800.070.090.66154.8832.16
Hex56504E07942f520
Octal126120116071110217540
Binary1010110101000010011100111100110000101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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