#565468

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

Shades of Smoky #565468

Tints of Smoky #565468

Color information

#565468 (or 0x565468) is unknown color: approx Smoky. HEX triplet: 56, 54 and 68. RGB value is (86,84,104). Sum of RGB (Red+Green+Blue) = 86+84+104=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #565468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565468 is #A9AB97. Grayscale: #565656. Windows color (decimal): -11119512 or 6837334. OLE color: 6837334.

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

Color convert

RGB8684104-
CMYK0.170.1900.59
HSL246º10.64%36.86%-
HSV(B)246º19.23%40.78%-
XYZ9.519.3214.39-
YUV86.88137.66127.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=31.39%
G=30.66%
B=37.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86841040.170.1900.5924610.6436.86
Hex565468111303Bf6b25
Octal12612415021230733661345
Binary10101101010100110100010001100110111011111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565468; }

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

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

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

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

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

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

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

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