#565365

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

Shades of Smoky #565365

Tints of Smoky #565365

Color information

#565365 (or 0x565365) is unknown color: approx Smoky. HEX triplet: 56, 53 and 65. RGB value is (86,83,101). Sum of RGB (Red+Green+Blue) = 86+83+101=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #565365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565365 is #A9AC9A. Grayscale: #555555. Windows color (decimal): -11119771 or 6640470. OLE color: 6640470.

HSL color Cylindrical-coordinate representation of color #565365: hue angle of 250º 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 #565365 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8683101-
CMYK0.150.1800.60
HSL250º9.78%36.08%-
HSV(B)250º17.82%39.61%-
XYZ9.289.113.58-
YUV85.95136.49128.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=31.85%
G=30.74%
B=37.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86831010.150.1800.602509.7836.08
Hex565365F1203Cfaa24
Octal12612314517220743721244
Binary1010110101001111001011111100100111100111110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565365; }

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

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

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

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

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

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

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

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