Shades of Governor Bay #525C89
Tints of Governor Bay #525C89
RGB
CMYK
RGB Variations
Color information
#525C89 (or 0x525C89) is known color: Governor Bay. HEX triplet: 52, 5C and 89. RGB value is (82,92,137). Sum of RGB (Red+Green+Blue) = 82+92+137=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #525C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C89 is #ADA376. Grayscale: #5D5D5D. Windows color (decimal): -11379575 or 9002066. OLE color: 9002066.
HSL color Cylindrical-coordinate representation of color #525C89: hue angle of 229.09º 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 #525C89 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 92 | 137 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.46 |
| HSL | 229.09º | 0.25% | 0.43% | - |
| HSV(B) | 229.09º | 0.4% | 0.54% | - |
| XYZ | 11.82 | 11.25 | 25.22 | - |
| YUV | 94.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 137 | 0.40 | 0.33 | 0 | 0.46 | 229.09 | 0.25 | 0.43 |
| Hex | 52 | 5C | 89 | 28 | 21 | 0 | 2E | E5 | 19 | 2B |
| Octal | 122 | 134 | 211 | 50 | 41 | 0 | 56 | 345 | 31 | 53 |
| Binary | 1010010 | 1011100 | 10001001 | 101000 | 100001 | 0 | 101110 | 11100101 | 11001 | 101011 |
Color Harmonies of #525C89
Complementary color
Monochromatic Colors of #525C89
Black with #525C89
Text Example
Text Example
White with #525C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C89; }
p { color: rgb(82,92,137); }
H1.HeaderClassName
{
color: #525C89;
}
.AnyTagClassName
{
color: #525C89;
}
</style>
background-color css
<style>
a { background-color: #525C89; }
a { background-color: rgb(82,92,137); }
div.DivClassName
{
background-color: #525C89;
}
.BgClassName
{
background-color: #525C89;
}
</style>
border-color css
<style>
span { border-color: #525C89; }
span { border-color: rgb(82,92,137); }
td.TdClassName
{
border-color: #525C89;
}
.TagClassName
{
border-color: #525C89;
}
</style>