Shades of Astronaut #51567A
Tints of Astronaut #51567A
RGB
CMYK
RGB Variations
Color information
#51567A (or 0x51567A) is known color: Astronaut. HEX triplet: 51, 56 and 7A. RGB value is (81,86,122). Sum of RGB (Red+Green+Blue) = 81+86+122=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #51567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51567A is #AEA985. Grayscale: #585858. Windows color (decimal): -11446662 or 8017489. OLE color: 8017489.
HSL color Cylindrical-coordinate representation of color #51567A: hue angle of 232.68º degrees, saturation: 0.2, 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 #51567A is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 86 | 122 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.52 |
| HSL | 232.68º | 0.2% | 0.4% | - |
| HSV(B) | 232.68º | 0.34% | 0.48% | - |
| XYZ | 10.23 | 9.81 | 19.77 | - |
| YUV | 88.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 122 | 0.34 | 0.30 | 0 | 0.52 | 232.68 | 0.2 | 0.4 |
| Hex | 51 | 56 | 7A | 22 | 1E | 0 | 34 | E9 | 14 | 28 |
| Octal | 121 | 126 | 172 | 42 | 36 | 0 | 64 | 351 | 24 | 50 |
| Binary | 1010001 | 1010110 | 1111010 | 100010 | 11110 | 0 | 110100 | 11101001 | 10100 | 101000 |
Color Harmonies of #51567A
Complementary color
Monochromatic Colors of #51567A
Black with #51567A
Text Example
Text Example
White with #51567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51567A; }
p { color: rgb(81,86,122); }
H1.HeaderClassName
{
color: #51567A;
}
.AnyTagClassName
{
color: #51567A;
}
</style>
background-color css
<style>
a { background-color: #51567A; }
a { background-color: rgb(81,86,122); }
div.DivClassName
{
background-color: #51567A;
}
.BgClassName
{
background-color: #51567A;
}
</style>
border-color css
<style>
span { border-color: #51567A; }
span { border-color: rgb(81,86,122); }
td.TdClassName
{
border-color: #51567A;
}
.TagClassName
{
border-color: #51567A;
}
</style>