Shades of Governor Bay #525B89
Tints of Governor Bay #525B89
RGB
CMYK
RGB Variations
Color information
#525B89 (or 0x525B89) is known color: Governor Bay. HEX triplet: 52, 5B and 89. RGB value is (82,91,137). Sum of RGB (Red+Green+Blue) = 82+91+137=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #525B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B89 is #ADA476. Grayscale: #5D5D5D. Windows color (decimal): -11379831 or 9001810. OLE color: 9001810.
HSL color Cylindrical-coordinate representation of color #525B89: hue angle of 230.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525B89 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 91 | 137 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.46 |
| HSL | 230.18º | 0.25% | 0.43% | - |
| HSV(B) | 230.18º | 0.4% | 0.54% | - |
| XYZ | 11.74 | 11.08 | 25.19 | - |
| YUV | 93.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 137 | 0.40 | 0.34 | 0 | 0.46 | 230.18 | 0.25 | 0.43 |
| Hex | 52 | 5B | 89 | 28 | 22 | 0 | 2E | E6 | 19 | 2B |
| Octal | 122 | 133 | 211 | 50 | 42 | 0 | 56 | 346 | 31 | 53 |
| Binary | 1010010 | 1011011 | 10001001 | 101000 | 100010 | 0 | 101110 | 11100110 | 11001 | 101011 |
Color Harmonies of #525B89
Complementary color
Monochromatic Colors of #525B89
Black with #525B89
Text Example
Text Example
White with #525B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B89; }
p { color: rgb(82,91,137); }
H1.HeaderClassName
{
color: #525B89;
}
.AnyTagClassName
{
color: #525B89;
}
</style>
background-color css
<style>
a { background-color: #525B89; }
a { background-color: rgb(82,91,137); }
div.DivClassName
{
background-color: #525B89;
}
.BgClassName
{
background-color: #525B89;
}
</style>
border-color css
<style>
span { border-color: #525B89; }
span { border-color: rgb(82,91,137); }
td.TdClassName
{
border-color: #525B89;
}
.TagClassName
{
border-color: #525B89;
}
</style>