Shades of Smalt Blue #546369
Tints of Smalt Blue #546369
RGB
CMYK
RGB Variations
Color information
#546369 (or 0x546369) is known color: Smalt Blue. HEX triplet: 54, 63 and 69. RGB value is (84,99,105). Sum of RGB (Red+Green+Blue) = 84+99+105=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #546369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546369 is #AB9C96. Grayscale: #5F5F5F. Windows color (decimal): -11246743 or 6906708. OLE color: 6906708.
HSL color Cylindrical-coordinate representation of color #546369: hue angle of 197.14º 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 #546369 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 99 | 105 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.59 |
| HSL | 197.14º | 0.11% | 0.37% | - |
| HSV(B) | 197.14º | 0.2% | 0.41% | - |
| XYZ | 10.67 | 11.83 | 15.09 | - |
| YUV | 95.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 105 | 0.20 | 0.06 | 0 | 0.59 | 197.14 | 0.11 | 0.37 |
| Hex | 54 | 63 | 69 | 14 | 6 | 0 | 3B | C5 | B | 25 |
| Octal | 124 | 143 | 151 | 24 | 6 | 0 | 73 | 305 | 13 | 45 |
| Binary | 1010100 | 1100011 | 1101001 | 10100 | 110 | 0 | 111011 | 11000101 | 1011 | 100101 |
Color Harmonies of #546369
Complementary color
Monochromatic Colors of #546369
Black with #546369
Text Example
Text Example
White with #546369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546369; }
p { color: rgb(84,99,105); }
H1.HeaderClassName
{
color: #546369;
}
.AnyTagClassName
{
color: #546369;
}
</style>
background-color css
<style>
a { background-color: #546369; }
a { background-color: rgb(84,99,105); }
div.DivClassName
{
background-color: #546369;
}
.BgClassName
{
background-color: #546369;
}
</style>
border-color css
<style>
span { border-color: #546369; }
span { border-color: rgb(84,99,105); }
td.TdClassName
{
border-color: #546369;
}
.TagClassName
{
border-color: #546369;
}
</style>