Shades of Governor Bay #505A9A
Tints of Governor Bay #505A9A
RGB
CMYK
RGB Variations
Color information
#505A9A (or 0x505A9A) is known color: Governor Bay. HEX triplet: 50, 5A and 9A. RGB value is (80,90,154). Sum of RGB (Red+Green+Blue) = 80+90+154=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #505A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A9A is #AFA565. Grayscale: #5E5E5E. Windows color (decimal): -11511142 or 10115664. OLE color: 10115664.
HSL color Cylindrical-coordinate representation of color #505A9A: hue angle of 231.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505A9A is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 90 | 154 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.40 |
| HSL | 231.89º | 0.32% | 0.46% | - |
| HSV(B) | 231.89º | 0.48% | 0.6% | - |
| XYZ | 12.8 | 11.35 | 32.09 | - |
| YUV | 94.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 154 | 0.48 | 0.42 | 0 | 0.40 | 231.89 | 0.32 | 0.46 |
| Hex | 50 | 5A | 9A | 30 | 2A | 0 | 28 | E8 | 20 | 2E |
| Octal | 120 | 132 | 232 | 60 | 52 | 0 | 50 | 350 | 40 | 56 |
| Binary | 1010000 | 1011010 | 10011010 | 110000 | 101010 | 0 | 101000 | 11101000 | 100000 | 101110 |
Color Harmonies of #505A9A
Complementary color
Monochromatic Colors of #505A9A
Black with #505A9A
Text Example
Text Example
White with #505A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A9A; }
p { color: rgb(80,90,154); }
H1.HeaderClassName
{
color: #505A9A;
}
.AnyTagClassName
{
color: #505A9A;
}
</style>
background-color css
<style>
a { background-color: #505A9A; }
a { background-color: rgb(80,90,154); }
div.DivClassName
{
background-color: #505A9A;
}
.BgClassName
{
background-color: #505A9A;
}
</style>
border-color css
<style>
span { border-color: #505A9A; }
span { border-color: rgb(80,90,154); }
td.TdClassName
{
border-color: #505A9A;
}
.TagClassName
{
border-color: #505A9A;
}
</style>