Shades of Governor Bay #505C92
Tints of Governor Bay #505C92
RGB
CMYK
RGB Variations
Color information
#505C92 (or 0x505C92) is known color: Governor Bay. HEX triplet: 50, 5C and 92. RGB value is (80,92,146). Sum of RGB (Red+Green+Blue) = 80+92+146=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #505C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C92 is #AFA36D. Grayscale: #5E5E5E. Windows color (decimal): -11510638 or 9591888. OLE color: 9591888.
HSL color Cylindrical-coordinate representation of color #505C92: hue angle of 229.09º 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 #505C92 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 92 | 146 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.43 |
| HSL | 229.09º | 0.29% | 0.44% | - |
| HSV(B) | 229.09º | 0.45% | 0.57% | - |
| XYZ | 12.32 | 11.44 | 28.75 | - |
| YUV | 94.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 146 | 0.45 | 0.37 | 0 | 0.43 | 229.09 | 0.29 | 0.44 |
| Hex | 50 | 5C | 92 | 2D | 25 | 0 | 2B | E5 | 1D | 2C |
| Octal | 120 | 134 | 222 | 55 | 45 | 0 | 53 | 345 | 35 | 54 |
| Binary | 1010000 | 1011100 | 10010010 | 101101 | 100101 | 0 | 101011 | 11100101 | 11101 | 101100 |
Color Harmonies of #505C92
Complementary color
Monochromatic Colors of #505C92
Black with #505C92
Text Example
Text Example
White with #505C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C92; }
p { color: rgb(80,92,146); }
H1.HeaderClassName
{
color: #505C92;
}
.AnyTagClassName
{
color: #505C92;
}
</style>
background-color css
<style>
a { background-color: #505C92; }
a { background-color: rgb(80,92,146); }
div.DivClassName
{
background-color: #505C92;
}
.BgClassName
{
background-color: #505C92;
}
</style>
border-color css
<style>
span { border-color: #505C92; }
span { border-color: rgb(80,92,146); }
td.TdClassName
{
border-color: #505C92;
}
.TagClassName
{
border-color: #505C92;
}
</style>