Shades of Governor Bay #525B9D
Tints of Governor Bay #525B9D
RGB
CMYK
RGB Variations
Color information
#525B9D (or 0x525B9D) is known color: Governor Bay. HEX triplet: 52, 5B and 9D. RGB value is (82,91,157). Sum of RGB (Red+Green+Blue) = 82+91+157=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #525B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B9D is #ADA462. Grayscale: #5F5F5F. Windows color (decimal): -11379811 or 10312530. OLE color: 10312530.
HSL color Cylindrical-coordinate representation of color #525B9D: hue angle of 232.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #525B9D is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 91 | 157 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.38 |
| HSL | 232.8º | 0.31% | 0.47% | - |
| HSV(B) | 232.8º | 0.48% | 0.62% | - |
| XYZ | 13.31 | 11.71 | 33.46 | - |
| YUV | 95.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 157 | 0.48 | 0.42 | 0 | 0.38 | 232.8 | 0.31 | 0.47 |
| Hex | 52 | 5B | 9D | 30 | 2A | 0 | 26 | E9 | 1F | 2F |
| Octal | 122 | 133 | 235 | 60 | 52 | 0 | 46 | 351 | 37 | 57 |
| Binary | 1010010 | 1011011 | 10011101 | 110000 | 101010 | 0 | 100110 | 11101001 | 11111 | 101111 |
Color Harmonies of #525B9D
Complementary color
Monochromatic Colors of #525B9D
Black with #525B9D
Text Example
Text Example
White with #525B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B9D; }
p { color: rgb(82,91,157); }
H1.HeaderClassName
{
color: #525B9D;
}
.AnyTagClassName
{
color: #525B9D;
}
</style>
background-color css
<style>
a { background-color: #525B9D; }
a { background-color: rgb(82,91,157); }
div.DivClassName
{
background-color: #525B9D;
}
.BgClassName
{
background-color: #525B9D;
}
</style>
border-color css
<style>
span { border-color: #525B9D; }
span { border-color: rgb(82,91,157); }
td.TdClassName
{
border-color: #525B9D;
}
.TagClassName
{
border-color: #525B9D;
}
</style>