Shades of Governor Bay #525A98
Tints of Governor Bay #525A98
RGB
CMYK
RGB Variations
Color information
#525A98 (or 0x525A98) is known color: Governor Bay. HEX triplet: 52, 5A and 98. RGB value is (82,90,152). Sum of RGB (Red+Green+Blue) = 82+90+152=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #525A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A98 is #ADA567. Grayscale: #5E5E5E. Windows color (decimal): -11380072 or 9984594. OLE color: 9984594.
HSL color Cylindrical-coordinate representation of color #525A98: hue angle of 233.14º 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 #525A98 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 90 | 152 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.40 |
| HSL | 233.14º | 0.3% | 0.46% | - |
| HSV(B) | 233.14º | 0.46% | 0.6% | - |
| XYZ | 12.8 | 11.37 | 31.23 | - |
| YUV | 94.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 152 | 0.46 | 0.41 | 0 | 0.40 | 233.14 | 0.3 | 0.46 |
| Hex | 52 | 5A | 98 | 2E | 29 | 0 | 28 | E9 | 1E | 2E |
| Octal | 122 | 132 | 230 | 56 | 51 | 0 | 50 | 351 | 36 | 56 |
| Binary | 1010010 | 1011010 | 10011000 | 101110 | 101001 | 0 | 101000 | 11101001 | 11110 | 101110 |
Color Harmonies of #525A98
Complementary color
Monochromatic Colors of #525A98
Black with #525A98
Text Example
Text Example
White with #525A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A98; }
p { color: rgb(82,90,152); }
H1.HeaderClassName
{
color: #525A98;
}
.AnyTagClassName
{
color: #525A98;
}
</style>
background-color css
<style>
a { background-color: #525A98; }
a { background-color: rgb(82,90,152); }
div.DivClassName
{
background-color: #525A98;
}
.BgClassName
{
background-color: #525A98;
}
</style>
border-color css
<style>
span { border-color: #525A98; }
span { border-color: rgb(82,90,152); }
td.TdClassName
{
border-color: #525A98;
}
.TagClassName
{
border-color: #525A98;
}
</style>