Shades of Smalt Blue #54676D
Tints of Smalt Blue #54676D
RGB
CMYK
RGB Variations
Color information
#54676D (or 0x54676D) is known color: Smalt Blue. HEX triplet: 54, 67 and 6D. RGB value is (84,103,109). Sum of RGB (Red+Green+Blue) = 84+103+109=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #54676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54676D is #AB9892. Grayscale: #616161. Windows color (decimal): -11245715 or 7169876. OLE color: 7169876.
HSL color Cylindrical-coordinate representation of color #54676D: hue angle of 194.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54676D is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 103 | 109 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.57 |
| HSL | 194.4º | 0.13% | 0.38% | - |
| HSV(B) | 194.4º | 0.23% | 0.43% | - |
| XYZ | 11.27 | 12.69 | 16.32 | - |
| YUV | 98 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 109 | 0.23 | 0.06 | 0 | 0.57 | 194.4 | 0.13 | 0.38 |
| Hex | 54 | 67 | 6D | 17 | 6 | 0 | 39 | C2 | D | 26 |
| Octal | 124 | 147 | 155 | 27 | 6 | 0 | 71 | 302 | 15 | 46 |
| Binary | 1010100 | 1100111 | 1101101 | 10111 | 110 | 0 | 111001 | 11000010 | 1101 | 100110 |
Color Harmonies of #54676D
Complementary color
Monochromatic Colors of #54676D
Black with #54676D
Text Example
Text Example
White with #54676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54676D; }
p { color: rgb(84,103,109); }
H1.HeaderClassName
{
color: #54676D;
}
.AnyTagClassName
{
color: #54676D;
}
</style>
background-color css
<style>
a { background-color: #54676D; }
a { background-color: rgb(84,103,109); }
div.DivClassName
{
background-color: #54676D;
}
.BgClassName
{
background-color: #54676D;
}
</style>
border-color css
<style>
span { border-color: #54676D; }
span { border-color: rgb(84,103,109); }
td.TdClassName
{
border-color: #54676D;
}
.TagClassName
{
border-color: #54676D;
}
</style>