Shades of Governor Bay #525C9A
Tints of Governor Bay #525C9A
RGB
CMYK
RGB Variations
Color information
#525C9A (or 0x525C9A) is known color: Governor Bay. HEX triplet: 52, 5C and 9A. RGB value is (82,92,154). Sum of RGB (Red+Green+Blue) = 82+92+154=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #525C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C9A is #ADA365. Grayscale: #5F5F5F. Windows color (decimal): -11379558 or 10116178. OLE color: 10116178.
HSL color Cylindrical-coordinate representation of color #525C9A: hue angle of 231.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #525C9A is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 92 | 154 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.40 |
| HSL | 231.67º | 0.31% | 0.46% | - |
| HSV(B) | 231.67º | 0.47% | 0.6% | - |
| XYZ | 13.14 | 11.78 | 32.15 | - |
| YUV | 96.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 154 | 0.47 | 0.40 | 0 | 0.40 | 231.67 | 0.31 | 0.46 |
| Hex | 52 | 5C | 9A | 2F | 28 | 0 | 28 | E8 | 1F | 2E |
| Octal | 122 | 134 | 232 | 57 | 50 | 0 | 50 | 350 | 37 | 56 |
| Binary | 1010010 | 1011100 | 10011010 | 101111 | 101000 | 0 | 101000 | 11101000 | 11111 | 101110 |
Color Harmonies of #525C9A
Complementary color
Monochromatic Colors of #525C9A
Black with #525C9A
Text Example
Text Example
White with #525C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C9A; }
p { color: rgb(82,92,154); }
H1.HeaderClassName
{
color: #525C9A;
}
.AnyTagClassName
{
color: #525C9A;
}
</style>
background-color css
<style>
a { background-color: #525C9A; }
a { background-color: rgb(82,92,154); }
div.DivClassName
{
background-color: #525C9A;
}
.BgClassName
{
background-color: #525C9A;
}
</style>
border-color css
<style>
span { border-color: #525C9A; }
span { border-color: rgb(82,92,154); }
td.TdClassName
{
border-color: #525C9A;
}
.TagClassName
{
border-color: #525C9A;
}
</style>