Shades of Smalt Blue #455B5D
Tints of Smalt Blue #455B5D
RGB
CMYK
RGB Variations
Color information
#455B5D (or 0x455B5D) is known color: Smalt Blue. HEX triplet: 45, 5B and 5D. RGB value is (69,91,93). Sum of RGB (Red+Green+Blue) = 69+91+93=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #455B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B5D is #BAA4A2. Grayscale: #545454. Windows color (decimal): -12231843 or 6118213. OLE color: 6118213.
HSL color Cylindrical-coordinate representation of color #455B5D: hue angle of 185º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455B5D is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 93 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.64 |
| HSL | 185º | 0.15% | 0.32% | - |
| HSV(B) | 185º | 0.26% | 0.36% | - |
| XYZ | 8.17 | 9.54 | 11.77 | - |
| YUV | 84.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 93 | 0.26 | 0.02 | 0 | 0.64 | 185 | 0.15 | 0.32 |
| Hex | 45 | 5B | 5D | 1A | 2 | 0 | 40 | B9 | F | 20 |
| Octal | 105 | 133 | 135 | 32 | 2 | 0 | 100 | 271 | 17 | 40 |
| Binary | 1000101 | 1011011 | 1011101 | 11010 | 10 | 0 | 1000000 | 10111001 | 1111 | 100000 |
Color Harmonies of #455B5D
Complementary color
Monochromatic Colors of #455B5D
Black with #455B5D
Text Example
Text Example
White with #455B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B5D; }
p { color: rgb(69,91,93); }
H1.HeaderClassName
{
color: #455B5D;
}
.AnyTagClassName
{
color: #455B5D;
}
</style>
background-color css
<style>
a { background-color: #455B5D; }
a { background-color: rgb(69,91,93); }
div.DivClassName
{
background-color: #455B5D;
}
.BgClassName
{
background-color: #455B5D;
}
</style>
border-color css
<style>
span { border-color: #455B5D; }
span { border-color: rgb(69,91,93); }
td.TdClassName
{
border-color: #455B5D;
}
.TagClassName
{
border-color: #455B5D;
}
</style>