Shades of Astronaut #51537B
Tints of Astronaut #51537B
RGB
CMYK
RGB Variations
Color information
#51537B (or 0x51537B) is known color: Astronaut. HEX triplet: 51, 53 and 7B. RGB value is (81,83,123). Sum of RGB (Red+Green+Blue) = 81+83+123=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #51537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51537B is #AEAC84. Grayscale: #565656. Windows color (decimal): -11447429 or 8082257. OLE color: 8082257.
HSL color Cylindrical-coordinate representation of color #51537B: hue angle of 237.14º 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 #51537B is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 83 | 123 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.52 |
| HSL | 237.14º | 0.21% | 0.4% | - |
| HSV(B) | 237.14º | 0.34% | 0.48% | - |
| XYZ | 10.06 | 9.37 | 20.02 | - |
| YUV | 86.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 123 | 0.34 | 0.33 | 0 | 0.52 | 237.14 | 0.21 | 0.4 |
| Hex | 51 | 53 | 7B | 22 | 21 | 0 | 34 | ED | 15 | 28 |
| Octal | 121 | 123 | 173 | 42 | 41 | 0 | 64 | 355 | 25 | 50 |
| Binary | 1010001 | 1010011 | 1111011 | 100010 | 100001 | 0 | 110100 | 11101101 | 10101 | 101000 |
Color Harmonies of #51537B
Complementary color
Monochromatic Colors of #51537B
Black with #51537B
Text Example
Text Example
White with #51537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51537B; }
p { color: rgb(81,83,123); }
H1.HeaderClassName
{
color: #51537B;
}
.AnyTagClassName
{
color: #51537B;
}
</style>
background-color css
<style>
a { background-color: #51537B; }
a { background-color: rgb(81,83,123); }
div.DivClassName
{
background-color: #51537B;
}
.BgClassName
{
background-color: #51537B;
}
</style>
border-color css
<style>
span { border-color: #51537B; }
span { border-color: rgb(81,83,123); }
td.TdClassName
{
border-color: #51537B;
}
.TagClassName
{
border-color: #51537B;
}
</style>