Shades of Astronaut #40516C
Tints of Astronaut #40516C
RGB
CMYK
RGB Variations
Color information
#40516C (or 0x40516C) is known color: Astronaut. HEX triplet: 40, 51 and 6C. RGB value is (64,81,108). Sum of RGB (Red+Green+Blue) = 64+81+108=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #40516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40516C is #BFAE93. Grayscale: #4E4E4E. Windows color (decimal): -12562068 or 7098688. OLE color: 7098688.
HSL color Cylindrical-coordinate representation of color #40516C: hue angle of 216.82º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40516C is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 81 | 108 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.58 |
| HSL | 216.82º | 0.26% | 0.34% | - |
| HSV(B) | 216.82º | 0.41% | 0.42% | - |
| XYZ | 7.76 | 8.06 | 15.33 | - |
| YUV | 79 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 108 | 0.41 | 0.25 | 0 | 0.58 | 216.82 | 0.26 | 0.34 |
| Hex | 40 | 51 | 6C | 29 | 19 | 0 | 3A | D9 | 1A | 22 |
| Octal | 100 | 121 | 154 | 51 | 31 | 0 | 72 | 331 | 32 | 42 |
| Binary | 1000000 | 1010001 | 1101100 | 101001 | 11001 | 0 | 111010 | 11011001 | 11010 | 100010 |
Color Harmonies of #40516C
Complementary color
Monochromatic Colors of #40516C
Black with #40516C
Text Example
Text Example
White with #40516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40516C; }
p { color: rgb(64,81,108); }
H1.HeaderClassName
{
color: #40516C;
}
.AnyTagClassName
{
color: #40516C;
}
</style>
background-color css
<style>
a { background-color: #40516C; }
a { background-color: rgb(64,81,108); }
div.DivClassName
{
background-color: #40516C;
}
.BgClassName
{
background-color: #40516C;
}
</style>
border-color css
<style>
span { border-color: #40516C; }
span { border-color: rgb(64,81,108); }
td.TdClassName
{
border-color: #40516C;
}
.TagClassName
{
border-color: #40516C;
}
</style>