Shades of Governor Bay #52518B
Tints of Governor Bay #52518B
RGB
CMYK
RGB Variations
Color information
#52518B (or 0x52518B) is known color: Governor Bay. HEX triplet: 52, 51 and 8B. RGB value is (82,81,139). Sum of RGB (Red+Green+Blue) = 82+81+139=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #52518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52518B is #ADAE74. Grayscale: #575757. Windows color (decimal): -11382389 or 9130322. OLE color: 9130322.
HSL color Cylindrical-coordinate representation of color #52518B: hue angle of 241.03º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52518B is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 81 | 139 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.45 |
| HSL | 241.03º | 0.26% | 0.43% | - |
| HSV(B) | 241.03º | 0.42% | 0.55% | - |
| XYZ | 11.08 | 9.54 | 25.68 | - |
| YUV | 87.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 139 | 0.41 | 0.42 | 0 | 0.45 | 241.03 | 0.26 | 0.43 |
| Hex | 52 | 51 | 8B | 29 | 2A | 0 | 2D | F1 | 1A | 2B |
| Octal | 122 | 121 | 213 | 51 | 52 | 0 | 55 | 361 | 32 | 53 |
| Binary | 1010010 | 1010001 | 10001011 | 101001 | 101010 | 0 | 101101 | 11110001 | 11010 | 101011 |
Color Harmonies of #52518B
Complementary color
Monochromatic Colors of #52518B
Black with #52518B
Text Example
Text Example
White with #52518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52518B; }
p { color: rgb(82,81,139); }
H1.HeaderClassName
{
color: #52518B;
}
.AnyTagClassName
{
color: #52518B;
}
</style>
background-color css
<style>
a { background-color: #52518B; }
a { background-color: rgb(82,81,139); }
div.DivClassName
{
background-color: #52518B;
}
.BgClassName
{
background-color: #52518B;
}
</style>
border-color css
<style>
span { border-color: #52518B; }
span { border-color: rgb(82,81,139); }
td.TdClassName
{
border-color: #52518B;
}
.TagClassName
{
border-color: #52518B;
}
</style>