#565364

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

Shades of Smoky #565364

Tints of Smoky #565364

Color information

#565364 (or 0x565364) is unknown color: approx Smoky. HEX triplet: 56, 53 and 64. RGB value is (86,83,100). Sum of RGB (Red+Green+Blue) = 86+83+100=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #565364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565364 is #A9AC9B. Grayscale: #555555. Windows color (decimal): -11119772 or 6574934. OLE color: 6574934.

HSL color Cylindrical-coordinate representation of color #565364: hue angle of 250.59º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565364 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8683100-
CMYK0.140.1700.61
HSL250.59º9.29%35.88%-
HSV(B)250.59º17%39.22%-
XYZ9.239.0913.32-
YUV85.84135.99128.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=31.97%
G=30.86%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal86831000.140.1700.61250.599.2935.88
Hex565364E1103Dfb924
Octal12612314416210753731144
Binary1010110101001111001001110100010111101111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565364; }

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

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

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

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

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

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

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

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