Shades of Astronaut #505581
Tints of Astronaut #505581
RGB
CMYK
RGB Variations
Color information
#505581 (or 0x505581) is known color: Astronaut. HEX triplet: 50, 55 and 81. RGB value is (80,85,129). Sum of RGB (Red+Green+Blue) = 80+85+129=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #505581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505581 is #AFAA7E. Grayscale: #585858. Windows color (decimal): -11512447 or 8475984. OLE color: 8475984.
HSL color Cylindrical-coordinate representation of color #505581: hue angle of 233.88º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505581 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 85 | 129 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.49 |
| HSL | 233.88º | 0.23% | 0.41% | - |
| HSV(B) | 233.88º | 0.38% | 0.51% | - |
| XYZ | 10.52 | 9.79 | 22.1 | - |
| YUV | 88.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 129 | 0.38 | 0.34 | 0 | 0.49 | 233.88 | 0.23 | 0.41 |
| Hex | 50 | 55 | 81 | 26 | 22 | 0 | 31 | EA | 17 | 29 |
| Octal | 120 | 125 | 201 | 46 | 42 | 0 | 61 | 352 | 27 | 51 |
| Binary | 1010000 | 1010101 | 10000001 | 100110 | 100010 | 0 | 110001 | 11101010 | 10111 | 101001 |
Color Harmonies of #505581
Complementary color
Monochromatic Colors of #505581
Black with #505581
Text Example
Text Example
White with #505581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505581; }
p { color: rgb(80,85,129); }
H1.HeaderClassName
{
color: #505581;
}
.AnyTagClassName
{
color: #505581;
}
</style>
background-color css
<style>
a { background-color: #505581; }
a { background-color: rgb(80,85,129); }
div.DivClassName
{
background-color: #505581;
}
.BgClassName
{
background-color: #505581;
}
</style>
border-color css
<style>
span { border-color: #505581; }
span { border-color: rgb(80,85,129); }
td.TdClassName
{
border-color: #505581;
}
.TagClassName
{
border-color: #505581;
}
</style>