Shades of Governor Bay #505092
Tints of Governor Bay #505092
RGB
CMYK
RGB Variations
Color information
#505092 (or 0x505092) is known color: Governor Bay. HEX triplet: 50, 50 and 92. RGB value is (80,80,146). Sum of RGB (Red+Green+Blue) = 80+80+146=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #505092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505092 is #AFAF6D. Grayscale: #575757. Windows color (decimal): -11513710 or 9588816. OLE color: 9588816.
HSL color Cylindrical-coordinate representation of color #505092: hue angle of 240º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505092 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 80 | 146 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.43 |
| HSL | 240º | 0.29% | 0.44% | - |
| HSV(B) | 240º | 0.45% | 0.57% | - |
| XYZ | 11.37 | 9.52 | 28.43 | - |
| YUV | 87.52 | 161 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 146 | 0.45 | 0.45 | 0 | 0.43 | 240 | 0.29 | 0.44 |
| Hex | 50 | 50 | 92 | 2D | 2D | 0 | 2B | F0 | 1D | 2C |
| Octal | 120 | 120 | 222 | 55 | 55 | 0 | 53 | 360 | 35 | 54 |
| Binary | 1010000 | 1010000 | 10010010 | 101101 | 101101 | 0 | 101011 | 11110000 | 11101 | 101100 |
Color Harmonies of #505092
Complementary color
Monochromatic Colors of #505092
Black with #505092
Text Example
Text Example
White with #505092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505092; }
p { color: rgb(80,80,146); }
H1.HeaderClassName
{
color: #505092;
}
.AnyTagClassName
{
color: #505092;
}
</style>
background-color css
<style>
a { background-color: #505092; }
a { background-color: rgb(80,80,146); }
div.DivClassName
{
background-color: #505092;
}
.BgClassName
{
background-color: #505092;
}
</style>
border-color css
<style>
span { border-color: #505092; }
span { border-color: rgb(80,80,146); }
td.TdClassName
{
border-color: #505092;
}
.TagClassName
{
border-color: #505092;
}
</style>