Shades of Astronaut #51577C
Tints of Astronaut #51577C
RGB
CMYK
RGB Variations
Color information
#51577C (or 0x51577C) is known color: Astronaut. HEX triplet: 51, 57 and 7C. RGB value is (81,87,124). Sum of RGB (Red+Green+Blue) = 81+87+124=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #51577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51577C is #AEA883. Grayscale: #595959. Windows color (decimal): -11446404 or 8148817. OLE color: 8148817.
HSL color Cylindrical-coordinate representation of color #51577C: hue angle of 231.63º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51577C is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 87 | 124 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.51 |
| HSL | 231.63º | 0.21% | 0.4% | - |
| HSV(B) | 231.63º | 0.35% | 0.49% | - |
| XYZ | 10.44 | 10.02 | 20.45 | - |
| YUV | 89.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 124 | 0.35 | 0.30 | 0 | 0.51 | 231.63 | 0.21 | 0.4 |
| Hex | 51 | 57 | 7C | 23 | 1E | 0 | 33 | E8 | 15 | 28 |
| Octal | 121 | 127 | 174 | 43 | 36 | 0 | 63 | 350 | 25 | 50 |
| Binary | 1010001 | 1010111 | 1111100 | 100011 | 11110 | 0 | 110011 | 11101000 | 10101 | 101000 |
Color Harmonies of #51577C
Complementary color
Monochromatic Colors of #51577C
Black with #51577C
Text Example
Text Example
White with #51577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51577C; }
p { color: rgb(81,87,124); }
H1.HeaderClassName
{
color: #51577C;
}
.AnyTagClassName
{
color: #51577C;
}
</style>
background-color css
<style>
a { background-color: #51577C; }
a { background-color: rgb(81,87,124); }
div.DivClassName
{
background-color: #51577C;
}
.BgClassName
{
background-color: #51577C;
}
</style>
border-color css
<style>
span { border-color: #51577C; }
span { border-color: rgb(81,87,124); }
td.TdClassName
{
border-color: #51577C;
}
.TagClassName
{
border-color: #51577C;
}
</style>