Shades of Astronaut #51557B
Tints of Astronaut #51557B
RGB
CMYK
RGB Variations
Color information
#51557B (or 0x51557B) is known color: Astronaut. HEX triplet: 51, 55 and 7B. RGB value is (81,85,123). Sum of RGB (Red+Green+Blue) = 81+85+123=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 123 - color contains mainly: blue. Hex color #51557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51557B is #AEAA84. Grayscale: #575757. Windows color (decimal): -11446917 or 8082769. OLE color: 8082769.
HSL color Cylindrical-coordinate representation of color #51557B: hue angle of 234.29º 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 #51557B is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 85 | 123 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.52 |
| HSL | 234.29º | 0.21% | 0.4% | - |
| HSV(B) | 234.29º | 0.34% | 0.48% | - |
| XYZ | 10.22 | 9.68 | 20.07 | - |
| YUV | 88.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 123 | 0.34 | 0.31 | 0 | 0.52 | 234.29 | 0.21 | 0.4 |
| Hex | 51 | 55 | 7B | 22 | 1F | 0 | 34 | EA | 15 | 28 |
| Octal | 121 | 125 | 173 | 42 | 37 | 0 | 64 | 352 | 25 | 50 |
| Binary | 1010001 | 1010101 | 1111011 | 100010 | 11111 | 0 | 110100 | 11101010 | 10101 | 101000 |
Color Harmonies of #51557B
Complementary color
Monochromatic Colors of #51557B
Black with #51557B
Text Example
Text Example
White with #51557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51557B; }
p { color: rgb(81,85,123); }
H1.HeaderClassName
{
color: #51557B;
}
.AnyTagClassName
{
color: #51557B;
}
</style>
background-color css
<style>
a { background-color: #51557B; }
a { background-color: rgb(81,85,123); }
div.DivClassName
{
background-color: #51557B;
}
.BgClassName
{
background-color: #51557B;
}
</style>
border-color css
<style>
span { border-color: #51557B; }
span { border-color: rgb(81,85,123); }
td.TdClassName
{
border-color: #51557B;
}
.TagClassName
{
border-color: #51557B;
}
</style>