Shades of Astronaut #425171
Tints of Astronaut #425171
RGB
CMYK
RGB Variations
Color information
#425171 (or 0x425171) is known color: Astronaut. HEX triplet: 42, 51 and 71. RGB value is (66,81,113). Sum of RGB (Red+Green+Blue) = 66+81+113=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #425171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425171 is #BDAE8E. Grayscale: #505050. Windows color (decimal): -12430991 or 7426370. OLE color: 7426370.
HSL color Cylindrical-coordinate representation of color #425171: hue angle of 220.85º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425171 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 81 | 113 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.56 |
| HSL | 220.85º | 0.26% | 0.35% | - |
| HSV(B) | 220.85º | 0.42% | 0.44% | - |
| XYZ | 8.17 | 8.24 | 16.78 | - |
| YUV | 80.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 113 | 0.42 | 0.28 | 0 | 0.56 | 220.85 | 0.26 | 0.35 |
| Hex | 42 | 51 | 71 | 2A | 1C | 0 | 38 | DD | 1A | 23 |
| Octal | 102 | 121 | 161 | 52 | 34 | 0 | 70 | 335 | 32 | 43 |
| Binary | 1000010 | 1010001 | 1110001 | 101010 | 11100 | 0 | 111000 | 11011101 | 11010 | 100011 |
Color Harmonies of #425171
Complementary color
Monochromatic Colors of #425171
Black with #425171
Text Example
Text Example
White with #425171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425171; }
p { color: rgb(66,81,113); }
H1.HeaderClassName
{
color: #425171;
}
.AnyTagClassName
{
color: #425171;
}
</style>
background-color css
<style>
a { background-color: #425171; }
a { background-color: rgb(66,81,113); }
div.DivClassName
{
background-color: #425171;
}
.BgClassName
{
background-color: #425171;
}
</style>
border-color css
<style>
span { border-color: #425171; }
span { border-color: rgb(66,81,113); }
td.TdClassName
{
border-color: #425171;
}
.TagClassName
{
border-color: #425171;
}
</style>