Shades of Smalt Blue #546569
Tints of Smalt Blue #546569
RGB
CMYK
RGB Variations
Color information
#546569 (or 0x546569) is known color: Smalt Blue. HEX triplet: 54, 65 and 69. RGB value is (84,101,105). Sum of RGB (Red+Green+Blue) = 84+101+105=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: blue. Hex color #546569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546569 is #AB9A96. Grayscale: #606060. Windows color (decimal): -11246231 or 6907220. OLE color: 6907220.
HSL color Cylindrical-coordinate representation of color #546569: hue angle of 191.43º 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 #546569 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 101 | 105 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.59 |
| HSL | 191.43º | 0.11% | 0.37% | - |
| HSV(B) | 191.43º | 0.2% | 0.41% | - |
| XYZ | 10.86 | 12.21 | 15.15 | - |
| YUV | 96.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 105 | 0.20 | 0.04 | 0 | 0.59 | 191.43 | 0.11 | 0.37 |
| Hex | 54 | 65 | 69 | 14 | 4 | 0 | 3B | BF | B | 25 |
| Octal | 124 | 145 | 151 | 24 | 4 | 0 | 73 | 277 | 13 | 45 |
| Binary | 1010100 | 1100101 | 1101001 | 10100 | 100 | 0 | 111011 | 10111111 | 1011 | 100101 |
Color Harmonies of #546569
Complementary color
Monochromatic Colors of #546569
Black with #546569
Text Example
Text Example
White with #546569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546569; }
p { color: rgb(84,101,105); }
H1.HeaderClassName
{
color: #546569;
}
.AnyTagClassName
{
color: #546569;
}
</style>
background-color css
<style>
a { background-color: #546569; }
a { background-color: rgb(84,101,105); }
div.DivClassName
{
background-color: #546569;
}
.BgClassName
{
background-color: #546569;
}
</style>
border-color css
<style>
span { border-color: #546569; }
span { border-color: rgb(84,101,105); }
td.TdClassName
{
border-color: #546569;
}
.TagClassName
{
border-color: #546569;
}
</style>