Shades of Smalt Blue #425C60
Tints of Smalt Blue #425C60
RGB
CMYK
RGB Variations
Color information
#425C60 (or 0x425C60) is known color: Smalt Blue. HEX triplet: 42, 5C and 60. RGB value is (66,92,96). Sum of RGB (Red+Green+Blue) = 66+92+96=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #425C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C60 is #BDA39F. Grayscale: #545454. Windows color (decimal): -12428192 or 6315074. OLE color: 6315074.
HSL color Cylindrical-coordinate representation of color #425C60: hue angle of 188º 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 #425C60 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 92 | 96 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.62 |
| HSL | 188º | 0.19% | 0.32% | - |
| HSV(B) | 188º | 0.31% | 0.38% | - |
| XYZ | 8.19 | 9.66 | 12.5 | - |
| YUV | 84.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 96 | 0.31 | 0.04 | 0 | 0.62 | 188 | 0.19 | 0.32 |
| Hex | 42 | 5C | 60 | 1F | 4 | 0 | 3E | BC | 13 | 20 |
| Octal | 102 | 134 | 140 | 37 | 4 | 0 | 76 | 274 | 23 | 40 |
| Binary | 1000010 | 1011100 | 1100000 | 11111 | 100 | 0 | 111110 | 10111100 | 10011 | 100000 |
Color Harmonies of #425C60
Complementary color
Monochromatic Colors of #425C60
Black with #425C60
Text Example
Text Example
White with #425C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C60; }
p { color: rgb(66,92,96); }
H1.HeaderClassName
{
color: #425C60;
}
.AnyTagClassName
{
color: #425C60;
}
</style>
background-color css
<style>
a { background-color: #425C60; }
a { background-color: rgb(66,92,96); }
div.DivClassName
{
background-color: #425C60;
}
.BgClassName
{
background-color: #425C60;
}
</style>
border-color css
<style>
span { border-color: #425C60; }
span { border-color: rgb(66,92,96); }
td.TdClassName
{
border-color: #425C60;
}
.TagClassName
{
border-color: #425C60;
}
</style>