Shades of Astronaut #455371
Tints of Astronaut #455371
RGB
CMYK
RGB Variations
Color information
#455371 (or 0x455371) is known color: Astronaut. HEX triplet: 45, 53 and 71. RGB value is (69,83,113). Sum of RGB (Red+Green+Blue) = 69+83+113=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #455371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455371 is #BAAC8E. Grayscale: #525252. Windows color (decimal): -12233871 or 7426885. OLE color: 7426885.
HSL color Cylindrical-coordinate representation of color #455371: hue angle of 220.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455371 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 83 | 113 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.56 |
| HSL | 220.91º | 0.24% | 0.36% | - |
| HSV(B) | 220.91º | 0.39% | 0.44% | - |
| XYZ | 8.53 | 8.64 | 16.84 | - |
| YUV | 82.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 113 | 0.39 | 0.27 | 0 | 0.56 | 220.91 | 0.24 | 0.36 |
| Hex | 45 | 53 | 71 | 27 | 1B | 0 | 38 | DD | 18 | 24 |
| Octal | 105 | 123 | 161 | 47 | 33 | 0 | 70 | 335 | 30 | 44 |
| Binary | 1000101 | 1010011 | 1110001 | 100111 | 11011 | 0 | 111000 | 11011101 | 11000 | 100100 |
Color Harmonies of #455371
Complementary color
Monochromatic Colors of #455371
Black with #455371
Text Example
Text Example
White with #455371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455371; }
p { color: rgb(69,83,113); }
H1.HeaderClassName
{
color: #455371;
}
.AnyTagClassName
{
color: #455371;
}
</style>
background-color css
<style>
a { background-color: #455371; }
a { background-color: rgb(69,83,113); }
div.DivClassName
{
background-color: #455371;
}
.BgClassName
{
background-color: #455371;
}
</style>
border-color css
<style>
span { border-color: #455371; }
span { border-color: rgb(69,83,113); }
td.TdClassName
{
border-color: #455371;
}
.TagClassName
{
border-color: #455371;
}
</style>