Shades of Governor Bay #525E99
Tints of Governor Bay #525E99
RGB
CMYK
RGB Variations
Color information
#525E99 (or 0x525E99) is known color: Governor Bay. HEX triplet: 52, 5E and 99. RGB value is (82,94,153). Sum of RGB (Red+Green+Blue) = 82+94+153=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #525E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E99 is #ADA166. Grayscale: #606060. Windows color (decimal): -11379047 or 10051154. OLE color: 10051154.
HSL color Cylindrical-coordinate representation of color #525E99: hue angle of 229.86º 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 #525E99 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 94 | 153 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.4 |
| HSL | 229.86º | 0.3% | 0.46% | - |
| HSV(B) | 229.86º | 0.46% | 0.6% | - |
| XYZ | 13.23 | 12.1 | 31.77 | - |
| YUV | 97.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 153 | 0.46 | 0.39 | 0 | 0.4 | 229.86 | 0.3 | 0.46 |
| Hex | 52 | 5E | 99 | 2E | 27 | 0 | 28 | E6 | 1E | 2E |
| Octal | 122 | 136 | 231 | 56 | 47 | 0 | 50 | 346 | 36 | 56 |
| Binary | 1010010 | 1011110 | 10011001 | 101110 | 100111 | 0 | 101000 | 11100110 | 11110 | 101110 |
Color Harmonies of #525E99
Complementary color
Monochromatic Colors of #525E99
Black with #525E99
Text Example
Text Example
White with #525E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E99; }
p { color: rgb(82,94,153); }
H1.HeaderClassName
{
color: #525E99;
}
.AnyTagClassName
{
color: #525E99;
}
</style>
background-color css
<style>
a { background-color: #525E99; }
a { background-color: rgb(82,94,153); }
div.DivClassName
{
background-color: #525E99;
}
.BgClassName
{
background-color: #525E99;
}
</style>
border-color css
<style>
span { border-color: #525E99; }
span { border-color: rgb(82,94,153); }
td.TdClassName
{
border-color: #525E99;
}
.TagClassName
{
border-color: #525E99;
}
</style>