#565368

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

Shades of Smoky #565368

Tints of Smoky #565368

Color information

#565368 (or 0x565368) is unknown color: approx Smoky. HEX triplet: 56, 53 and 68. RGB value is (86,83,104). Sum of RGB (Red+Green+Blue) = 86+83+104=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #565368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565368 is #A9AC97. Grayscale: #565656. Windows color (decimal): -11119768 or 6837078. OLE color: 6837078.

HSL color Cylindrical-coordinate representation of color #565368: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565368 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8683104-
CMYK0.170.2000.59
HSL248.57º11.23%36.67%-
HSV(B)248.57º20.19%40.78%-
XYZ9.439.1614.37-
YUV86.29137.99127.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=31.50%
G=30.40%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86831040.170.2000.59248.5711.2336.67
Hex565368111403Bf9b25
Octal12612315021240733711345
Binary10101101010011110100010001101000111011111110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565368; }

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

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

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

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

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

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

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

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