Shades of Governor Bay #52518C
Tints of Governor Bay #52518C
RGB
CMYK
RGB Variations
Color information
#52518C (or 0x52518C) is known color: Governor Bay. HEX triplet: 52, 51 and 8C. RGB value is (82,81,140). Sum of RGB (Red+Green+Blue) = 82+81+140=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #52518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52518C is #ADAE73. Grayscale: #575757. Windows color (decimal): -11382388 or 9195858. OLE color: 9195858.
HSL color Cylindrical-coordinate representation of color #52518C: hue angle of 241.02º degrees, saturation: 0.27, 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 #52518C is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 81 | 140 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.45 |
| HSL | 241.02º | 0.27% | 0.43% | - |
| HSV(B) | 241.02º | 0.42% | 0.55% | - |
| XYZ | 11.16 | 9.57 | 26.07 | - |
| YUV | 88.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 140 | 0.41 | 0.42 | 0 | 0.45 | 241.02 | 0.27 | 0.43 |
| Hex | 52 | 51 | 8C | 29 | 2A | 0 | 2D | F1 | 1B | 2B |
| Octal | 122 | 121 | 214 | 51 | 52 | 0 | 55 | 361 | 33 | 53 |
| Binary | 1010010 | 1010001 | 10001100 | 101001 | 101010 | 0 | 101101 | 11110001 | 11011 | 101011 |
Color Harmonies of #52518C
Complementary color
Monochromatic Colors of #52518C
Black with #52518C
Text Example
Text Example
White with #52518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52518C; }
p { color: rgb(82,81,140); }
H1.HeaderClassName
{
color: #52518C;
}
.AnyTagClassName
{
color: #52518C;
}
</style>
background-color css
<style>
a { background-color: #52518C; }
a { background-color: rgb(82,81,140); }
div.DivClassName
{
background-color: #52518C;
}
.BgClassName
{
background-color: #52518C;
}
</style>
border-color css
<style>
span { border-color: #52518C; }
span { border-color: rgb(82,81,140); }
td.TdClassName
{
border-color: #52518C;
}
.TagClassName
{
border-color: #52518C;
}
</style>