Shades of Astronaut #45537D
Tints of Astronaut #45537D
RGB
CMYK
RGB Variations
Color information
#45537D (or 0x45537D) is known color: Astronaut. HEX triplet: 45, 53 and 7D. RGB value is (69,83,125). Sum of RGB (Red+Green+Blue) = 69+83+125=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #45537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45537D is #BAAC82. Grayscale: #535353. Windows color (decimal): -12233859 or 8213317. OLE color: 8213317.
HSL color Cylindrical-coordinate representation of color #45537D: hue angle of 225º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45537D is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 83 | 125 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.51 |
| HSL | 225º | 0.29% | 0.38% | - |
| HSV(B) | 225º | 0.45% | 0.49% | - |
| XYZ | 9.25 | 8.93 | 20.64 | - |
| YUV | 83.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 125 | 0.45 | 0.34 | 0 | 0.51 | 225 | 0.29 | 0.38 |
| Hex | 45 | 53 | 7D | 2D | 22 | 0 | 33 | E1 | 1D | 26 |
| Octal | 105 | 123 | 175 | 55 | 42 | 0 | 63 | 341 | 35 | 46 |
| Binary | 1000101 | 1010011 | 1111101 | 101101 | 100010 | 0 | 110011 | 11100001 | 11101 | 100110 |
Color Harmonies of #45537D
Complementary color
Monochromatic Colors of #45537D
Black with #45537D
Text Example
Text Example
White with #45537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45537D; }
p { color: rgb(69,83,125); }
H1.HeaderClassName
{
color: #45537D;
}
.AnyTagClassName
{
color: #45537D;
}
</style>
background-color css
<style>
a { background-color: #45537D; }
a { background-color: rgb(69,83,125); }
div.DivClassName
{
background-color: #45537D;
}
.BgClassName
{
background-color: #45537D;
}
</style>
border-color css
<style>
span { border-color: #45537D; }
span { border-color: rgb(69,83,125); }
td.TdClassName
{
border-color: #45537D;
}
.TagClassName
{
border-color: #45537D;
}
</style>