Shades of Governor Bay #52518D
Tints of Governor Bay #52518D
RGB
CMYK
RGB Variations
Color information
#52518D (or 0x52518D) is known color: Governor Bay. HEX triplet: 52, 51 and 8D. RGB value is (82,81,141). Sum of RGB (Red+Green+Blue) = 82+81+141=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #52518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52518D is #ADAE72. Grayscale: #575757. Windows color (decimal): -11382387 or 9261394. OLE color: 9261394.
HSL color Cylindrical-coordinate representation of color #52518D: hue angle of 241º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52518D is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 81 | 141 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.45 |
| HSL | 241º | 0.27% | 0.44% | - |
| HSV(B) | 241º | 0.43% | 0.55% | - |
| XYZ | 11.23 | 9.6 | 26.46 | - |
| YUV | 88.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 141 | 0.42 | 0.43 | 0 | 0.45 | 241 | 0.27 | 0.44 |
| Hex | 52 | 51 | 8D | 2A | 2B | 0 | 2D | F1 | 1B | 2C |
| Octal | 122 | 121 | 215 | 52 | 53 | 0 | 55 | 361 | 33 | 54 |
| Binary | 1010010 | 1010001 | 10001101 | 101010 | 101011 | 0 | 101101 | 11110001 | 11011 | 101100 |
Color Harmonies of #52518D
Complementary color
Monochromatic Colors of #52518D
Black with #52518D
Text Example
Text Example
White with #52518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52518D; }
p { color: rgb(82,81,141); }
H1.HeaderClassName
{
color: #52518D;
}
.AnyTagClassName
{
color: #52518D;
}
</style>
background-color css
<style>
a { background-color: #52518D; }
a { background-color: rgb(82,81,141); }
div.DivClassName
{
background-color: #52518D;
}
.BgClassName
{
background-color: #52518D;
}
</style>
border-color css
<style>
span { border-color: #52518D; }
span { border-color: rgb(82,81,141); }
td.TdClassName
{
border-color: #52518D;
}
.TagClassName
{
border-color: #52518D;
}
</style>