Shades of Governor Bay #52508D
Tints of Governor Bay #52508D
RGB
CMYK
RGB Variations
Color information
#52508D (or 0x52508D) is known color: Governor Bay. HEX triplet: 52, 50 and 8D. RGB value is (82,80,141). Sum of RGB (Red+Green+Blue) = 82+80+141=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #52508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52508D is #ADAF72. Grayscale: #575757. Windows color (decimal): -11382643 or 9261138. OLE color: 9261138.
HSL color Cylindrical-coordinate representation of color #52508D: hue angle of 241.97º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52508D is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 80 | 141 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.45 |
| HSL | 241.97º | 0.28% | 0.43% | - |
| HSV(B) | 241.97º | 0.43% | 0.55% | - |
| XYZ | 11.16 | 9.45 | 26.44 | - |
| YUV | 87.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 141 | 0.42 | 0.43 | 0 | 0.45 | 241.97 | 0.28 | 0.43 |
| Hex | 52 | 50 | 8D | 2A | 2B | 0 | 2D | F2 | 1C | 2B |
| Octal | 122 | 120 | 215 | 52 | 53 | 0 | 55 | 362 | 34 | 53 |
| Binary | 1010010 | 1010000 | 10001101 | 101010 | 101011 | 0 | 101101 | 11110010 | 11100 | 101011 |
Color Harmonies of #52508D
Complementary color
Monochromatic Colors of #52508D
Black with #52508D
Text Example
Text Example
White with #52508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52508D; }
p { color: rgb(82,80,141); }
H1.HeaderClassName
{
color: #52508D;
}
.AnyTagClassName
{
color: #52508D;
}
</style>
background-color css
<style>
a { background-color: #52508D; }
a { background-color: rgb(82,80,141); }
div.DivClassName
{
background-color: #52508D;
}
.BgClassName
{
background-color: #52508D;
}
</style>
border-color css
<style>
span { border-color: #52508D; }
span { border-color: rgb(82,80,141); }
td.TdClassName
{
border-color: #52508D;
}
.TagClassName
{
border-color: #52508D;
}
</style>