#565466

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

Shades of Smoky #565466

Tints of Smoky #565466

Color information

#565466 (or 0x565466) is unknown color: approx Smoky. HEX triplet: 56, 54 and 66. RGB value is (86,84,102). Sum of RGB (Red+Green+Blue) = 86+84+102=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #565466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565466 is #A9AB99. Grayscale: #565656. Windows color (decimal): -11119514 or 6706262. OLE color: 6706262.

HSL color Cylindrical-coordinate representation of color #565466: hue angle of 246.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565466 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8684102-
CMYK0.160.1800.6
HSL246.67º9.68%36.47%-
HSV(B)246.67º17.65%40%-
XYZ9.419.2813.87-
YUV86.65136.66127.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=31.62%
G=30.88%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86841020.160.1800.6246.679.6836.47
Hex565466101203Cf7a24
Octal12612414620220743671244
Binary10101101010100110011010000100100111100111101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565466; }

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

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

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

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

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

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

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

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