Shades of Astronaut #45527A
Tints of Astronaut #45527A
RGB
CMYK
RGB Variations
Color information
#45527A (or 0x45527A) is known color: Astronaut. HEX triplet: 45, 52 and 7A. RGB value is (69,82,122). Sum of RGB (Red+Green+Blue) = 69+82+122=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #45527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45527A is #BAAD85. Grayscale: #525252. Windows color (decimal): -12234118 or 8016453. OLE color: 8016453.
HSL color Cylindrical-coordinate representation of color #45527A: hue angle of 225.28º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45527A is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 82 | 122 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.52 |
| HSL | 225.28º | 0.28% | 0.37% | - |
| HSV(B) | 225.28º | 0.43% | 0.48% | - |
| XYZ | 8.98 | 8.7 | 19.62 | - |
| YUV | 82.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 122 | 0.43 | 0.33 | 0 | 0.52 | 225.28 | 0.28 | 0.37 |
| Hex | 45 | 52 | 7A | 2B | 21 | 0 | 34 | E1 | 1C | 25 |
| Octal | 105 | 122 | 172 | 53 | 41 | 0 | 64 | 341 | 34 | 45 |
| Binary | 1000101 | 1010010 | 1111010 | 101011 | 100001 | 0 | 110100 | 11100001 | 11100 | 100101 |
Color Harmonies of #45527A
Complementary color
Monochromatic Colors of #45527A
Black with #45527A
Text Example
Text Example
White with #45527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45527A; }
p { color: rgb(69,82,122); }
H1.HeaderClassName
{
color: #45527A;
}
.AnyTagClassName
{
color: #45527A;
}
</style>
background-color css
<style>
a { background-color: #45527A; }
a { background-color: rgb(69,82,122); }
div.DivClassName
{
background-color: #45527A;
}
.BgClassName
{
background-color: #45527A;
}
</style>
border-color css
<style>
span { border-color: #45527A; }
span { border-color: rgb(69,82,122); }
td.TdClassName
{
border-color: #45527A;
}
.TagClassName
{
border-color: #45527A;
}
</style>