Shades of Governor Bay #525B91
Tints of Governor Bay #525B91
RGB
CMYK
RGB Variations
Color information
#525B91 (or 0x525B91) is known color: Governor Bay. HEX triplet: 52, 5B and 91. RGB value is (82,91,145). Sum of RGB (Red+Green+Blue) = 82+91+145=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #525B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B91 is #ADA46E. Grayscale: #5E5E5E. Windows color (decimal): -11379823 or 9526098. OLE color: 9526098.
HSL color Cylindrical-coordinate representation of color #525B91: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #525B91 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 91 | 145 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.43 |
| HSL | 231.43º | 0.28% | 0.45% | - |
| HSV(B) | 231.43º | 0.43% | 0.57% | - |
| XYZ | 12.33 | 11.32 | 28.32 | - |
| YUV | 94.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 145 | 0.43 | 0.37 | 0 | 0.43 | 231.43 | 0.28 | 0.45 |
| Hex | 52 | 5B | 91 | 2B | 25 | 0 | 2B | E7 | 1C | 2D |
| Octal | 122 | 133 | 221 | 53 | 45 | 0 | 53 | 347 | 34 | 55 |
| Binary | 1010010 | 1011011 | 10010001 | 101011 | 100101 | 0 | 101011 | 11100111 | 11100 | 101101 |
Color Harmonies of #525B91
Complementary color
Monochromatic Colors of #525B91
Black with #525B91
Text Example
Text Example
White with #525B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B91; }
p { color: rgb(82,91,145); }
H1.HeaderClassName
{
color: #525B91;
}
.AnyTagClassName
{
color: #525B91;
}
</style>
background-color css
<style>
a { background-color: #525B91; }
a { background-color: rgb(82,91,145); }
div.DivClassName
{
background-color: #525B91;
}
.BgClassName
{
background-color: #525B91;
}
</style>
border-color css
<style>
span { border-color: #525B91; }
span { border-color: rgb(82,91,145); }
td.TdClassName
{
border-color: #525B91;
}
.TagClassName
{
border-color: #525B91;
}
</style>