Shades of Governor Bay #505485
Tints of Governor Bay #505485
RGB
CMYK
RGB Variations
Color information
#505485 (or 0x505485) is known color: Governor Bay. HEX triplet: 50, 54 and 85. RGB value is (80,84,133). Sum of RGB (Red+Green+Blue) = 80+84+133=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #505485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505485 is #AFAB7A. Grayscale: #585858. Windows color (decimal): -11512699 or 8737872. OLE color: 8737872.
HSL color Cylindrical-coordinate representation of color #505485: hue angle of 235.47º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505485 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 84 | 133 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.48 |
| HSL | 235.47º | 0.25% | 0.42% | - |
| HSV(B) | 235.47º | 0.4% | 0.52% | - |
| XYZ | 10.71 | 9.74 | 23.51 | - |
| YUV | 88.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 133 | 0.40 | 0.37 | 0 | 0.48 | 235.47 | 0.25 | 0.42 |
| Hex | 50 | 54 | 85 | 28 | 25 | 0 | 30 | EB | 19 | 2A |
| Octal | 120 | 124 | 205 | 50 | 45 | 0 | 60 | 353 | 31 | 52 |
| Binary | 1010000 | 1010100 | 10000101 | 101000 | 100101 | 0 | 110000 | 11101011 | 11001 | 101010 |
Color Harmonies of #505485
Complementary color
Monochromatic Colors of #505485
Black with #505485
Text Example
Text Example
White with #505485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505485; }
p { color: rgb(80,84,133); }
H1.HeaderClassName
{
color: #505485;
}
.AnyTagClassName
{
color: #505485;
}
</style>
background-color css
<style>
a { background-color: #505485; }
a { background-color: rgb(80,84,133); }
div.DivClassName
{
background-color: #505485;
}
.BgClassName
{
background-color: #505485;
}
</style>
border-color css
<style>
span { border-color: #505485; }
span { border-color: rgb(80,84,133); }
td.TdClassName
{
border-color: #505485;
}
.TagClassName
{
border-color: #505485;
}
</style>