Shades of Smalt Blue #425E60
Tints of Smalt Blue #425E60
RGB
CMYK
RGB Variations
Color information
#425E60 (or 0x425E60) is known color: Smalt Blue. HEX triplet: 42, 5E and 60. RGB value is (66,94,96). Sum of RGB (Red+Green+Blue) = 66+94+96=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #425E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E60 is #BDA19F. Grayscale: #555555. Windows color (decimal): -12427680 or 6315586. OLE color: 6315586.
HSL color Cylindrical-coordinate representation of color #425E60: hue angle of 184º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425E60 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 94 | 96 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.62 |
| HSL | 184º | 0.19% | 0.32% | - |
| HSV(B) | 184º | 0.31% | 0.38% | - |
| XYZ | 8.36 | 10.01 | 12.56 | - |
| YUV | 85.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 96 | 0.31 | 0.02 | 0 | 0.62 | 184 | 0.19 | 0.32 |
| Hex | 42 | 5E | 60 | 1F | 2 | 0 | 3E | B8 | 13 | 20 |
| Octal | 102 | 136 | 140 | 37 | 2 | 0 | 76 | 270 | 23 | 40 |
| Binary | 1000010 | 1011110 | 1100000 | 11111 | 10 | 0 | 111110 | 10111000 | 10011 | 100000 |
Color Harmonies of #425E60
Complementary color
Monochromatic Colors of #425E60
Black with #425E60
Text Example
Text Example
White with #425E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E60; }
p { color: rgb(66,94,96); }
H1.HeaderClassName
{
color: #425E60;
}
.AnyTagClassName
{
color: #425E60;
}
</style>
background-color css
<style>
a { background-color: #425E60; }
a { background-color: rgb(66,94,96); }
div.DivClassName
{
background-color: #425E60;
}
.BgClassName
{
background-color: #425E60;
}
</style>
border-color css
<style>
span { border-color: #425E60; }
span { border-color: rgb(66,94,96); }
td.TdClassName
{
border-color: #425E60;
}
.TagClassName
{
border-color: #425E60;
}
</style>