Shades of Smalt Blue #405D60
Tints of Smalt Blue #405D60
RGB
CMYK
RGB Variations
Color information
#405D60 (or 0x405D60) is known color: Smalt Blue. HEX triplet: 40, 5D and 60. RGB value is (64,93,96). Sum of RGB (Red+Green+Blue) = 64+93+96=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #405D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D60 is #BFA29F. Grayscale: #545454. Windows color (decimal): -12559008 or 6315328. OLE color: 6315328.
HSL color Cylindrical-coordinate representation of color #405D60: hue angle of 185.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405D60 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 93 | 96 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.62 |
| HSL | 185.63º | 0.2% | 0.31% | - |
| HSV(B) | 185.63º | 0.33% | 0.38% | - |
| XYZ | 8.14 | 9.76 | 12.52 | - |
| YUV | 84.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 96 | 0.33 | 0.03 | 0 | 0.62 | 185.63 | 0.2 | 0.31 |
| Hex | 40 | 5D | 60 | 21 | 3 | 0 | 3E | BA | 14 | 1F |
| Octal | 100 | 135 | 140 | 41 | 3 | 0 | 76 | 272 | 24 | 37 |
| Binary | 1000000 | 1011101 | 1100000 | 100001 | 11 | 0 | 111110 | 10111010 | 10100 | 11111 |
Color Harmonies of #405D60
Complementary color
Monochromatic Colors of #405D60
Black with #405D60
Text Example
Text Example
White with #405D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D60; }
p { color: rgb(64,93,96); }
H1.HeaderClassName
{
color: #405D60;
}
.AnyTagClassName
{
color: #405D60;
}
</style>
background-color css
<style>
a { background-color: #405D60; }
a { background-color: rgb(64,93,96); }
div.DivClassName
{
background-color: #405D60;
}
.BgClassName
{
background-color: #405D60;
}
</style>
border-color css
<style>
span { border-color: #405D60; }
span { border-color: rgb(64,93,96); }
td.TdClassName
{
border-color: #405D60;
}
.TagClassName
{
border-color: #405D60;
}
</style>