#565460

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

Shades of Smoky #565460

Tints of Smoky #565460

Color information

#565460 (or 0x565460) is unknown color: approx Smoky. HEX triplet: 56, 54 and 60. RGB value is (86,84,96). Sum of RGB (Red+Green+Blue) = 86+84+96=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #565460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565460 is #A9AB9F. Grayscale: #555555. Windows color (decimal): -11119520 or 6313046. OLE color: 6313046.

HSL color Cylindrical-coordinate representation of color #565460: hue angle of 250º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565460 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868496-
CMYK0.100.1200.62
HSL250º6.67%35.29%-
HSV(B)250º12.5%37.65%-
XYZ9.129.1612.35-
YUV85.97133.66128.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=32.33%
G=31.58%
B=36.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8684960.100.1200.622506.6735.29
Hex565460AC03Efa723
Octal1261241401214076372743
Binary10101101010100110000010101100011111011111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565460; }

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

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

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

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

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

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

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

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