#56524F

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

Shades of Tundora #56524F

Tints of Tundora #56524F

Color information

#56524F (or 0x56524F) is unknown color: approx Tundora. HEX triplet: 56, 52 and 4F. RGB value is (86,82,79). Sum of RGB (Red+Green+Blue) = 86+82+79=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 86 - color contains mainly: red. Hex color #56524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56524F is #A9ADB0. Grayscale: #525252. Windows color (decimal): -11120049 or 5198422. OLE color: 5198422.

HSL color Cylindrical-coordinate representation of color #56524F: hue angle of 25.71º 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 #56524F is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB868279-
CMYK00.050.080.66
HSL25.71º4.24%32.35%-
HSV(B)25.71º8.14%33.73%-
XYZ8.278.588.62-
YUV82.85125.83130.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=34.82%
G=33.20%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86827900.050.080.6625.714.2432.35
Hex56524F058421a420
Octal126122117051010232440
Binary10101101010010100111101011000100001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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