Shades of Governor Bay #505D9D
Tints of Governor Bay #505D9D
RGB
CMYK
RGB Variations
Color information
#505D9D (or 0x505D9D) is known color: Governor Bay. HEX triplet: 50, 5D and 9D. RGB value is (80,93,157). Sum of RGB (Red+Green+Blue) = 80+93+157=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #505D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D9D is #AFA262. Grayscale: #606060. Windows color (decimal): -11510371 or 10313040. OLE color: 10313040.
HSL color Cylindrical-coordinate representation of color #505D9D: hue angle of 229.87º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #505D9D is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 93 | 157 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.38 |
| HSL | 229.87º | 0.32% | 0.46% | - |
| HSV(B) | 229.87º | 0.49% | 0.62% | - |
| XYZ | 13.31 | 11.97 | 33.51 | - |
| YUV | 96.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 157 | 0.49 | 0.41 | 0 | 0.38 | 229.87 | 0.32 | 0.46 |
| Hex | 50 | 5D | 9D | 31 | 29 | 0 | 26 | E6 | 20 | 2E |
| Octal | 120 | 135 | 235 | 61 | 51 | 0 | 46 | 346 | 40 | 56 |
| Binary | 1010000 | 1011101 | 10011101 | 110001 | 101001 | 0 | 100110 | 11100110 | 100000 | 101110 |
Color Harmonies of #505D9D
Complementary color
Monochromatic Colors of #505D9D
Black with #505D9D
Text Example
Text Example
White with #505D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D9D; }
p { color: rgb(80,93,157); }
H1.HeaderClassName
{
color: #505D9D;
}
.AnyTagClassName
{
color: #505D9D;
}
</style>
background-color css
<style>
a { background-color: #505D9D; }
a { background-color: rgb(80,93,157); }
div.DivClassName
{
background-color: #505D9D;
}
.BgClassName
{
background-color: #505D9D;
}
</style>
border-color css
<style>
span { border-color: #505D9D; }
span { border-color: rgb(80,93,157); }
td.TdClassName
{
border-color: #505D9D;
}
.TagClassName
{
border-color: #505D9D;
}
</style>