#565453

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

Shades of Tundora #565453

Tints of Tundora #565453

Color information

#565453 (or 0x565453) is unknown color: approx Tundora. HEX triplet: 56, 54 and 53. RGB value is (86,84,83). Sum of RGB (Red+Green+Blue) = 86+84+83=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 86 - color contains mainly: red. Hex color #565453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565453 is #A9ABAC. Grayscale: #545454. Windows color (decimal): -11119533 or 5461078. OLE color: 5461078.

HSL color Cylindrical-coordinate representation of color #565453: hue angle of 20º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #565453 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB868483-
CMYK00.020.030.66
HSL20º1.78%33.14%-
HSV(B)20º3.49%33.73%-
XYZ8.578.949.46-
YUV84.48127.16129.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=33.99%
G=33.20%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86848300.020.030.66201.7833.14
Hex5654530234214221
Octal12612412302310224241
Binary1010110101010010100110101110000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565453; }

 p { color: rgb(86,84,83); }

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

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

 a { background-color: rgb(86,84,83); }

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

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

 span { border-color: rgb(86,84,83); }

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