Shades of Governor Bay #525B86
Tints of Governor Bay #525B86
RGB
CMYK
RGB Variations
Color information
#525B86 (or 0x525B86) is known color: Governor Bay. HEX triplet: 52, 5B and 86. RGB value is (82,91,134). Sum of RGB (Red+Green+Blue) = 82+91+134=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #525B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B86 is #ADA479. Grayscale: #5D5D5D. Windows color (decimal): -11379834 or 8805202. OLE color: 8805202.
HSL color Cylindrical-coordinate representation of color #525B86: hue angle of 229.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525B86 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 91 | 134 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.47 |
| HSL | 229.62º | 0.24% | 0.42% | - |
| HSV(B) | 229.62º | 0.39% | 0.53% | - |
| XYZ | 11.52 | 11 | 24.07 | - |
| YUV | 93.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 134 | 0.39 | 0.32 | 0 | 0.47 | 229.62 | 0.24 | 0.42 |
| Hex | 52 | 5B | 86 | 27 | 20 | 0 | 2F | E6 | 18 | 2A |
| Octal | 122 | 133 | 206 | 47 | 40 | 0 | 57 | 346 | 30 | 52 |
| Binary | 1010010 | 1011011 | 10000110 | 100111 | 100000 | 0 | 101111 | 11100110 | 11000 | 101010 |
Color Harmonies of #525B86
Complementary color
Monochromatic Colors of #525B86
Black with #525B86
Text Example
Text Example
White with #525B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B86; }
p { color: rgb(82,91,134); }
H1.HeaderClassName
{
color: #525B86;
}
.AnyTagClassName
{
color: #525B86;
}
</style>
background-color css
<style>
a { background-color: #525B86; }
a { background-color: rgb(82,91,134); }
div.DivClassName
{
background-color: #525B86;
}
.BgClassName
{
background-color: #525B86;
}
</style>
border-color css
<style>
span { border-color: #525B86; }
span { border-color: rgb(82,91,134); }
td.TdClassName
{
border-color: #525B86;
}
.TagClassName
{
border-color: #525B86;
}
</style>