Shades of Astronaut #51547D
Tints of Astronaut #51547D
RGB
CMYK
RGB Variations
Color information
#51547D (or 0x51547D) is known color: Astronaut. HEX triplet: 51, 54 and 7D. RGB value is (81,84,125). Sum of RGB (Red+Green+Blue) = 81+84+125=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #51547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51547D is #AEAB82. Grayscale: #575757. Windows color (decimal): -11447171 or 8213585. OLE color: 8213585.
HSL color Cylindrical-coordinate representation of color #51547D: hue angle of 235.91º 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 #51547D is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 84 | 125 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.51 |
| HSL | 235.91º | 0.21% | 0.4% | - |
| HSV(B) | 235.91º | 0.35% | 0.49% | - |
| XYZ | 10.27 | 9.57 | 20.71 | - |
| YUV | 87.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 125 | 0.35 | 0.33 | 0 | 0.51 | 235.91 | 0.21 | 0.4 |
| Hex | 51 | 54 | 7D | 23 | 21 | 0 | 33 | EC | 15 | 28 |
| Octal | 121 | 124 | 175 | 43 | 41 | 0 | 63 | 354 | 25 | 50 |
| Binary | 1010001 | 1010100 | 1111101 | 100011 | 100001 | 0 | 110011 | 11101100 | 10101 | 101000 |
Color Harmonies of #51547D
Complementary color
Monochromatic Colors of #51547D
Black with #51547D
Text Example
Text Example
White with #51547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51547D; }
p { color: rgb(81,84,125); }
H1.HeaderClassName
{
color: #51547D;
}
.AnyTagClassName
{
color: #51547D;
}
</style>
background-color css
<style>
a { background-color: #51547D; }
a { background-color: rgb(81,84,125); }
div.DivClassName
{
background-color: #51547D;
}
.BgClassName
{
background-color: #51547D;
}
</style>
border-color css
<style>
span { border-color: #51547D; }
span { border-color: rgb(81,84,125); }
td.TdClassName
{
border-color: #51547D;
}
.TagClassName
{
border-color: #51547D;
}
</style>