#565366

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

Shades of Smoky #565366

Tints of Smoky #565366

Color information

#565366 (or 0x565366) is unknown color: approx Smoky. HEX triplet: 56, 53 and 66. RGB value is (86,83,102). Sum of RGB (Red+Green+Blue) = 86+83+102=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #565366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565366 is #A9AC99. Grayscale: #555555. Windows color (decimal): -11119770 or 6706006. OLE color: 6706006.

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

Color convert

RGB8683102-
CMYK0.160.1900.6
HSL249.47º10.27%36.27%-
HSV(B)249.47º18.63%40%-
XYZ9.339.1213.84-
YUV86.06136.99127.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=31.73%
G=30.63%
B=37.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86831020.160.1900.6249.4710.2736.27
Hex565366101303Cf9a24
Octal12612314620230743711244
Binary10101101010011110011010000100110111100111110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565366; }

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

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

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

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

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

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

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

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