Shades of Governor Bay #525E98
Tints of Governor Bay #525E98
RGB
CMYK
RGB Variations
Color information
#525E98 (or 0x525E98) is known color: Governor Bay. HEX triplet: 52, 5E and 98. RGB value is (82,94,152). Sum of RGB (Red+Green+Blue) = 82+94+152=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #525E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E98 is #ADA167. Grayscale: #606060. Windows color (decimal): -11379048 or 9985618. OLE color: 9985618.
HSL color Cylindrical-coordinate representation of color #525E98: hue angle of 229.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #525E98 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 94 | 152 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.40 |
| HSL | 229.71º | 0.3% | 0.46% | - |
| HSV(B) | 229.71º | 0.46% | 0.6% | - |
| XYZ | 13.15 | 12.07 | 31.34 | - |
| YUV | 97.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 152 | 0.46 | 0.38 | 0 | 0.40 | 229.71 | 0.3 | 0.46 |
| Hex | 52 | 5E | 98 | 2E | 26 | 0 | 28 | E6 | 1E | 2E |
| Octal | 122 | 136 | 230 | 56 | 46 | 0 | 50 | 346 | 36 | 56 |
| Binary | 1010010 | 1011110 | 10011000 | 101110 | 100110 | 0 | 101000 | 11100110 | 11110 | 101110 |
Color Harmonies of #525E98
Complementary color
Monochromatic Colors of #525E98
Black with #525E98
Text Example
Text Example
White with #525E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E98; }
p { color: rgb(82,94,152); }
H1.HeaderClassName
{
color: #525E98;
}
.AnyTagClassName
{
color: #525E98;
}
</style>
background-color css
<style>
a { background-color: #525E98; }
a { background-color: rgb(82,94,152); }
div.DivClassName
{
background-color: #525E98;
}
.BgClassName
{
background-color: #525E98;
}
</style>
border-color css
<style>
span { border-color: #525E98; }
span { border-color: rgb(82,94,152); }
td.TdClassName
{
border-color: #525E98;
}
.TagClassName
{
border-color: #525E98;
}
</style>