#565168

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

Shades of Smoky #565168

Tints of Smoky #565168

Color information

#565168 (or 0x565168) is unknown color: approx Smoky. HEX triplet: 56, 51 and 68. RGB value is (86,81,104). Sum of RGB (Red+Green+Blue) = 86+81+104=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #565168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565168 is #A9AE97. Grayscale: #555555. Windows color (decimal): -11120280 or 6836566. OLE color: 6836566.

HSL color Cylindrical-coordinate representation of color #565168: hue angle of 253.04º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #565168 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8681104-
CMYK0.170.2200.59
HSL253.04º12.43%36.27%-
HSV(B)253.04º22.12%40.78%-
XYZ9.288.8614.32-
YUV85.12138.66128.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=31.73%
G=29.89%
B=38.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86811040.170.2200.59253.0412.4336.27
Hex565168111603Bfdc24
Octal12612115021260733751444
Binary10101101010001110100010001101100111011111111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565168; }

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

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

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

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

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

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

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

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