Shades of Governor Bay #525B96
Tints of Governor Bay #525B96
RGB
CMYK
RGB Variations
Color information
#525B96 (or 0x525B96) is known color: Governor Bay. HEX triplet: 52, 5B and 96. RGB value is (82,91,150). Sum of RGB (Red+Green+Blue) = 82+91+150=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #525B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B96 is #ADA469. Grayscale: #5E5E5E. Windows color (decimal): -11379818 or 9853778. OLE color: 9853778.
HSL color Cylindrical-coordinate representation of color #525B96: hue angle of 232.06º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525B96 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 91 | 150 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.41 |
| HSL | 232.06º | 0.29% | 0.45% | - |
| HSV(B) | 232.06º | 0.45% | 0.59% | - |
| XYZ | 12.73 | 11.48 | 30.4 | - |
| YUV | 95.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 150 | 0.45 | 0.39 | 0 | 0.41 | 232.06 | 0.29 | 0.45 |
| Hex | 52 | 5B | 96 | 2D | 27 | 0 | 29 | E8 | 1D | 2D |
| Octal | 122 | 133 | 226 | 55 | 47 | 0 | 51 | 350 | 35 | 55 |
| Binary | 1010010 | 1011011 | 10010110 | 101101 | 100111 | 0 | 101001 | 11101000 | 11101 | 101101 |
Color Harmonies of #525B96
Complementary color
Monochromatic Colors of #525B96
Black with #525B96
Text Example
Text Example
White with #525B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B96; }
p { color: rgb(82,91,150); }
H1.HeaderClassName
{
color: #525B96;
}
.AnyTagClassName
{
color: #525B96;
}
</style>
background-color css
<style>
a { background-color: #525B96; }
a { background-color: rgb(82,91,150); }
div.DivClassName
{
background-color: #525B96;
}
.BgClassName
{
background-color: #525B96;
}
</style>
border-color css
<style>
span { border-color: #525B96; }
span { border-color: rgb(82,91,150); }
td.TdClassName
{
border-color: #525B96;
}
.TagClassName
{
border-color: #525B96;
}
</style>