Shades of Governor Bay #505A8D
Tints of Governor Bay #505A8D
RGB
CMYK
RGB Variations
Color information
#505A8D (or 0x505A8D) is known color: Governor Bay. HEX triplet: 50, 5A and 8D. RGB value is (80,90,141). Sum of RGB (Red+Green+Blue) = 80+90+141=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #505A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A8D is #AFA572. Grayscale: #5C5C5C. Windows color (decimal): -11511155 or 9263696. OLE color: 9263696.
HSL color Cylindrical-coordinate representation of color #505A8D: hue angle of 230.16º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #505A8D is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 90 | 141 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.45 |
| HSL | 230.16º | 0.28% | 0.43% | - |
| HSV(B) | 230.16º | 0.43% | 0.55% | - |
| XYZ | 11.77 | 10.94 | 26.69 | - |
| YUV | 92.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 141 | 0.43 | 0.36 | 0 | 0.45 | 230.16 | 0.28 | 0.43 |
| Hex | 50 | 5A | 8D | 2B | 24 | 0 | 2D | E6 | 1C | 2B |
| Octal | 120 | 132 | 215 | 53 | 44 | 0 | 55 | 346 | 34 | 53 |
| Binary | 1010000 | 1011010 | 10001101 | 101011 | 100100 | 0 | 101101 | 11100110 | 11100 | 101011 |
Color Harmonies of #505A8D
Complementary color
Monochromatic Colors of #505A8D
Black with #505A8D
Text Example
Text Example
White with #505A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A8D; }
p { color: rgb(80,90,141); }
H1.HeaderClassName
{
color: #505A8D;
}
.AnyTagClassName
{
color: #505A8D;
}
</style>
background-color css
<style>
a { background-color: #505A8D; }
a { background-color: rgb(80,90,141); }
div.DivClassName
{
background-color: #505A8D;
}
.BgClassName
{
background-color: #505A8D;
}
</style>
border-color css
<style>
span { border-color: #505A8D; }
span { border-color: rgb(80,90,141); }
td.TdClassName
{
border-color: #505A8D;
}
.TagClassName
{
border-color: #505A8D;
}
</style>