Shades of Smoky #535068
Tints of Smoky #535068
RGB
CMYK
RGB Variations
Color information
#535068 (or 0x535068) is known color: Smoky. HEX triplet: 53, 50 and 68. RGB value is (83,80,104). Sum of RGB (Red+Green+Blue) = 83+80+104=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #535068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535068 is #ACAF97. Grayscale: #535353. Windows color (decimal): -11317144 or 6836307. OLE color: 6836307.
HSL color Cylindrical-coordinate representation of color #535068: hue angle of 247.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535068 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 80 | 104 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.59 |
| HSL | 247.5º | 0.13% | 0.36% | - |
| HSV(B) | 247.5º | 0.23% | 0.41% | - |
| XYZ | 8.93 | 8.58 | 14.28 | - |
| YUV | 83.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 104 | 0.20 | 0.23 | 0 | 0.59 | 247.5 | 0.13 | 0.36 |
| Hex | 53 | 50 | 68 | 14 | 17 | 0 | 3B | F8 | D | 24 |
| Octal | 123 | 120 | 150 | 24 | 27 | 0 | 73 | 370 | 15 | 44 |
| Binary | 1010011 | 1010000 | 1101000 | 10100 | 10111 | 0 | 111011 | 11111000 | 1101 | 100100 |
Color Harmonies of #535068
Complementary color
Monochromatic Colors of #535068
Black with #535068
Text Example
Text Example
White with #535068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535068; }
p { color: rgb(83,80,104); }
H1.HeaderClassName
{
color: #535068;
}
.AnyTagClassName
{
color: #535068;
}
</style>
background-color css
<style>
a { background-color: #535068; }
a { background-color: rgb(83,80,104); }
div.DivClassName
{
background-color: #535068;
}
.BgClassName
{
background-color: #535068;
}
</style>
border-color css
<style>
span { border-color: #535068; }
span { border-color: rgb(83,80,104); }
td.TdClassName
{
border-color: #535068;
}
.TagClassName
{
border-color: #535068;
}
</style>