Shades of Smalt Blue #455B5E
Tints of Smalt Blue #455B5E
RGB
CMYK
RGB Variations
Color information
#455B5E (or 0x455B5E) is known color: Smalt Blue. HEX triplet: 45, 5B and 5E. RGB value is (69,91,94). Sum of RGB (Red+Green+Blue) = 69+91+94=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 94 - color contains mainly: blue. Hex color #455B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B5E is #BAA4A1. Grayscale: #545454. Windows color (decimal): -12231842 or 6183749. OLE color: 6183749.
HSL color Cylindrical-coordinate representation of color #455B5E: hue angle of 187.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455B5E is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 69 | 91 | 94 | - |
CMYK | 0.27 | 0.03 | 0 | 0.63 |
HSL | 187.2º | 0.15% | 0.32% | - |
HSV(B) | 187.2º | 0.27% | 0.37% | - |
XYZ | 8.22 | 9.56 | 12 | - |
YUV | 84.76 | 133.21 | 116.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 91 | 94 | 0.27 | 0.03 | 0 | 0.63 | 187.2 | 0.15 | 0.32 |
Hex | 45 | 5B | 5E | 1B | 3 | 0 | 3F | BB | F | 20 |
Octal | 105 | 133 | 136 | 33 | 3 | 0 | 77 | 273 | 17 | 40 |
Binary | 1000101 | 1011011 | 1011110 | 11011 | 11 | 0 | 111111 | 10111011 | 1111 | 100000 |
Color Harmonies of #455B5E
Complementary color
Monochromatic Colors of #455B5E
Black with #455B5E
Text Example
Text Example
White with #455B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B5E; }
p { color: rgb(69,91,94); }
H1.HeaderClassName
{
color: #455B5E;
}
.AnyTagClassName
{
color: #455B5E;
}
</style>
background-color css
<style>
a { background-color: #455B5E; }
a { background-color: rgb(69,91,94); }
div.DivClassName
{
background-color: #455B5E;
}
.BgClassName
{
background-color: #455B5E;
}
</style>
border-color css
<style>
span { border-color: #455B5E; }
span { border-color: rgb(69,91,94); }
td.TdClassName
{
border-color: #455B5E;
}
.TagClassName
{
border-color: #455B5E;
}
</style>