Shades of Smalt Blue #536368
Tints of Smalt Blue #536368
RGB
CMYK
RGB Variations
Color information
#536368 (or 0x536368) is known color: Smalt Blue. HEX triplet: 53, 63 and 68. RGB value is (83,99,104). Sum of RGB (Red+Green+Blue) = 83+99+104=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #536368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536368 is #AC9C97. Grayscale: #5E5E5E. Windows color (decimal): -11312280 or 6841171. OLE color: 6841171.
HSL color Cylindrical-coordinate representation of color #536368: hue angle of 194.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536368 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 99 | 104 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.59 |
| HSL | 194.29º | 0.11% | 0.37% | - |
| HSV(B) | 194.29º | 0.2% | 0.41% | - |
| XYZ | 10.53 | 11.76 | 14.81 | - |
| YUV | 94.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 104 | 0.20 | 0.05 | 0 | 0.59 | 194.29 | 0.11 | 0.37 |
| Hex | 53 | 63 | 68 | 14 | 5 | 0 | 3B | C2 | B | 25 |
| Octal | 123 | 143 | 150 | 24 | 5 | 0 | 73 | 302 | 13 | 45 |
| Binary | 1010011 | 1100011 | 1101000 | 10100 | 101 | 0 | 111011 | 11000010 | 1011 | 100101 |
Color Harmonies of #536368
Complementary color
Monochromatic Colors of #536368
Black with #536368
Text Example
Text Example
White with #536368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536368; }
p { color: rgb(83,99,104); }
H1.HeaderClassName
{
color: #536368;
}
.AnyTagClassName
{
color: #536368;
}
</style>
background-color css
<style>
a { background-color: #536368; }
a { background-color: rgb(83,99,104); }
div.DivClassName
{
background-color: #536368;
}
.BgClassName
{
background-color: #536368;
}
</style>
border-color css
<style>
span { border-color: #536368; }
span { border-color: rgb(83,99,104); }
td.TdClassName
{
border-color: #536368;
}
.TagClassName
{
border-color: #536368;
}
</style>