Shades of Governor Bay #505C9A
Tints of Governor Bay #505C9A
RGB
CMYK
RGB Variations
Color information
#505C9A (or 0x505C9A) is known color: Governor Bay. HEX triplet: 50, 5C and 9A. RGB value is (80,92,154). Sum of RGB (Red+Green+Blue) = 80+92+154=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #505C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C9A is #AFA365. Grayscale: #5F5F5F. Windows color (decimal): -11510630 or 10116176. OLE color: 10116176.
HSL color Cylindrical-coordinate representation of color #505C9A: hue angle of 230.27º 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 #505C9A is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 92 | 154 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.40 |
| HSL | 230.27º | 0.32% | 0.46% | - |
| HSV(B) | 230.27º | 0.48% | 0.6% | - |
| XYZ | 12.97 | 11.69 | 32.15 | - |
| YUV | 95.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 154 | 0.48 | 0.40 | 0 | 0.40 | 230.27 | 0.32 | 0.46 |
| Hex | 50 | 5C | 9A | 30 | 28 | 0 | 28 | E6 | 20 | 2E |
| Octal | 120 | 134 | 232 | 60 | 50 | 0 | 50 | 346 | 40 | 56 |
| Binary | 1010000 | 1011100 | 10011010 | 110000 | 101000 | 0 | 101000 | 11100110 | 100000 | 101110 |
Color Harmonies of #505C9A
Complementary color
Monochromatic Colors of #505C9A
Black with #505C9A
Text Example
Text Example
White with #505C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C9A; }
p { color: rgb(80,92,154); }
H1.HeaderClassName
{
color: #505C9A;
}
.AnyTagClassName
{
color: #505C9A;
}
</style>
background-color css
<style>
a { background-color: #505C9A; }
a { background-color: rgb(80,92,154); }
div.DivClassName
{
background-color: #505C9A;
}
.BgClassName
{
background-color: #505C9A;
}
</style>
border-color css
<style>
span { border-color: #505C9A; }
span { border-color: rgb(80,92,154); }
td.TdClassName
{
border-color: #505C9A;
}
.TagClassName
{
border-color: #505C9A;
}
</style>