Shades of Astronaut #51547B
Tints of Astronaut #51547B
RGB
CMYK
RGB Variations
Color information
#51547B (or 0x51547B) is known color: Astronaut. HEX triplet: 51, 54 and 7B. RGB value is (81,84,123). Sum of RGB (Red+Green+Blue) = 81+84+123=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #51547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51547B is #AEAB84. Grayscale: #575757. Windows color (decimal): -11447173 or 8082513. OLE color: 8082513.
HSL color Cylindrical-coordinate representation of color #51547B: hue angle of 235.71º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51547B is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 84 | 123 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.52 |
| HSL | 235.71º | 0.21% | 0.4% | - |
| HSV(B) | 235.71º | 0.34% | 0.48% | - |
| XYZ | 10.14 | 9.52 | 20.04 | - |
| YUV | 87.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 123 | 0.34 | 0.32 | 0 | 0.52 | 235.71 | 0.21 | 0.4 |
| Hex | 51 | 54 | 7B | 22 | 20 | 0 | 34 | EC | 15 | 28 |
| Octal | 121 | 124 | 173 | 42 | 40 | 0 | 64 | 354 | 25 | 50 |
| Binary | 1010001 | 1010100 | 1111011 | 100010 | 100000 | 0 | 110100 | 11101100 | 10101 | 101000 |
Color Harmonies of #51547B
Complementary color
Monochromatic Colors of #51547B
Black with #51547B
Text Example
Text Example
White with #51547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51547B; }
p { color: rgb(81,84,123); }
H1.HeaderClassName
{
color: #51547B;
}
.AnyTagClassName
{
color: #51547B;
}
</style>
background-color css
<style>
a { background-color: #51547B; }
a { background-color: rgb(81,84,123); }
div.DivClassName
{
background-color: #51547B;
}
.BgClassName
{
background-color: #51547B;
}
</style>
border-color css
<style>
span { border-color: #51547B; }
span { border-color: rgb(81,84,123); }
td.TdClassName
{
border-color: #51547B;
}
.TagClassName
{
border-color: #51547B;
}
</style>