Shades of Governor Bay #525B9C
Tints of Governor Bay #525B9C
RGB
CMYK
RGB Variations
Color information
#525B9C (or 0x525B9C) is known color: Governor Bay. HEX triplet: 52, 5B and 9C. RGB value is (82,91,156). Sum of RGB (Red+Green+Blue) = 82+91+156=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #525B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B9C is #ADA463. Grayscale: #5F5F5F. Windows color (decimal): -11379812 or 10246994. OLE color: 10246994.
HSL color Cylindrical-coordinate representation of color #525B9C: hue angle of 232.7º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #525B9C is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 91 | 156 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.39 |
| HSL | 232.7º | 0.31% | 0.47% | - |
| HSV(B) | 232.7º | 0.47% | 0.61% | - |
| XYZ | 13.22 | 11.68 | 33.01 | - |
| YUV | 95.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 156 | 0.47 | 0.42 | 0 | 0.39 | 232.7 | 0.31 | 0.47 |
| Hex | 52 | 5B | 9C | 2F | 2A | 0 | 27 | E9 | 1F | 2F |
| Octal | 122 | 133 | 234 | 57 | 52 | 0 | 47 | 351 | 37 | 57 |
| Binary | 1010010 | 1011011 | 10011100 | 101111 | 101010 | 0 | 100111 | 11101001 | 11111 | 101111 |
Color Harmonies of #525B9C
Complementary color
Monochromatic Colors of #525B9C
Black with #525B9C
Text Example
Text Example
White with #525B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B9C; }
p { color: rgb(82,91,156); }
H1.HeaderClassName
{
color: #525B9C;
}
.AnyTagClassName
{
color: #525B9C;
}
</style>
background-color css
<style>
a { background-color: #525B9C; }
a { background-color: rgb(82,91,156); }
div.DivClassName
{
background-color: #525B9C;
}
.BgClassName
{
background-color: #525B9C;
}
</style>
border-color css
<style>
span { border-color: #525B9C; }
span { border-color: rgb(82,91,156); }
td.TdClassName
{
border-color: #525B9C;
}
.TagClassName
{
border-color: #525B9C;
}
</style>