Shades of Smoky #565268
Tints of Smoky #565268
RGB
CMYK
RGB Variations
Color information
#565268 (or 0x565268) is known color: Smoky. HEX triplet: 56, 52 and 68. RGB value is (86,82,104). Sum of RGB (Red+Green+Blue) = 86+82+104=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #565268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565268 is #A9AD97. Grayscale: #555555. Windows color (decimal): -11120024 or 6836822. OLE color: 6836822.
HSL color Cylindrical-coordinate representation of color #565268: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565268 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 82 | 104 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.59 |
| HSL | 250.91º | 0.12% | 0.36% | - |
| HSV(B) | 250.91º | 0.21% | 0.41% | - |
| XYZ | 9.35 | 9.01 | 14.34 | - |
| YUV | 85.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 104 | 0.17 | 0.21 | 0 | 0.59 | 250.91 | 0.12 | 0.36 |
| Hex | 56 | 52 | 68 | 11 | 15 | 0 | 3B | FB | C | 24 |
| Octal | 126 | 122 | 150 | 21 | 25 | 0 | 73 | 373 | 14 | 44 |
| Binary | 1010110 | 1010010 | 1101000 | 10001 | 10101 | 0 | 111011 | 11111011 | 1100 | 100100 |
Color Harmonies of #565268
Complementary color
Monochromatic Colors of #565268
Black with #565268
Text Example
Text Example
White with #565268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565268; }
p { color: rgb(86,82,104); }
H1.HeaderClassName
{
color: #565268;
}
.AnyTagClassName
{
color: #565268;
}
</style>
background-color css
<style>
a { background-color: #565268; }
a { background-color: rgb(86,82,104); }
div.DivClassName
{
background-color: #565268;
}
.BgClassName
{
background-color: #565268;
}
</style>
border-color css
<style>
span { border-color: #565268; }
span { border-color: rgb(86,82,104); }
td.TdClassName
{
border-color: #565268;
}
.TagClassName
{
border-color: #565268;
}
</style>