Shades of Governor Bay #525E9C
Tints of Governor Bay #525E9C
RGB
CMYK
RGB Variations
Color information
#525E9C (or 0x525E9C) is known color: Governor Bay. HEX triplet: 52, 5E and 9C. RGB value is (82,94,156). Sum of RGB (Red+Green+Blue) = 82+94+156=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #525E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E9C is #ADA163. Grayscale: #616161. Windows color (decimal): -11379044 or 10247762. OLE color: 10247762.
HSL color Cylindrical-coordinate representation of color #525E9C: hue angle of 230.27º 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 #525E9C is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 94 | 156 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.39 |
| HSL | 230.27º | 0.31% | 0.47% | - |
| HSV(B) | 230.27º | 0.47% | 0.61% | - |
| XYZ | 13.48 | 12.2 | 33.1 | - |
| YUV | 97.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 156 | 0.47 | 0.40 | 0 | 0.39 | 230.27 | 0.31 | 0.47 |
| Hex | 52 | 5E | 9C | 2F | 28 | 0 | 27 | E6 | 1F | 2F |
| Octal | 122 | 136 | 234 | 57 | 50 | 0 | 47 | 346 | 37 | 57 |
| Binary | 1010010 | 1011110 | 10011100 | 101111 | 101000 | 0 | 100111 | 11100110 | 11111 | 101111 |
Color Harmonies of #525E9C
Complementary color
Monochromatic Colors of #525E9C
Black with #525E9C
Text Example
Text Example
White with #525E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E9C; }
p { color: rgb(82,94,156); }
H1.HeaderClassName
{
color: #525E9C;
}
.AnyTagClassName
{
color: #525E9C;
}
</style>
background-color css
<style>
a { background-color: #525E9C; }
a { background-color: rgb(82,94,156); }
div.DivClassName
{
background-color: #525E9C;
}
.BgClassName
{
background-color: #525E9C;
}
</style>
border-color css
<style>
span { border-color: #525E9C; }
span { border-color: rgb(82,94,156); }
td.TdClassName
{
border-color: #525E9C;
}
.TagClassName
{
border-color: #525E9C;
}
</style>