Shades of Governor Bay #525D9A
Tints of Governor Bay #525D9A
RGB
CMYK
RGB Variations
Color information
#525D9A (or 0x525D9A) is known color: Governor Bay. HEX triplet: 52, 5D and 9A. RGB value is (82,93,154). Sum of RGB (Red+Green+Blue) = 82+93+154=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #525D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D9A is #ADA265. Grayscale: #606060. Windows color (decimal): -11379302 or 10116434. OLE color: 10116434.
HSL color Cylindrical-coordinate representation of color #525D9A: hue angle of 230.83º 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 #525D9A is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 93 | 154 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.40 |
| HSL | 230.83º | 0.31% | 0.46% | - |
| HSV(B) | 230.83º | 0.47% | 0.6% | - |
| XYZ | 13.23 | 11.96 | 32.18 | - |
| YUV | 96.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 154 | 0.47 | 0.40 | 0 | 0.40 | 230.83 | 0.31 | 0.46 |
| Hex | 52 | 5D | 9A | 2F | 28 | 0 | 28 | E7 | 1F | 2E |
| Octal | 122 | 135 | 232 | 57 | 50 | 0 | 50 | 347 | 37 | 56 |
| Binary | 1010010 | 1011101 | 10011010 | 101111 | 101000 | 0 | 101000 | 11100111 | 11111 | 101110 |
Color Harmonies of #525D9A
Complementary color
Monochromatic Colors of #525D9A
Black with #525D9A
Text Example
Text Example
White with #525D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D9A; }
p { color: rgb(82,93,154); }
H1.HeaderClassName
{
color: #525D9A;
}
.AnyTagClassName
{
color: #525D9A;
}
</style>
background-color css
<style>
a { background-color: #525D9A; }
a { background-color: rgb(82,93,154); }
div.DivClassName
{
background-color: #525D9A;
}
.BgClassName
{
background-color: #525D9A;
}
</style>
border-color css
<style>
span { border-color: #525D9A; }
span { border-color: rgb(82,93,154); }
td.TdClassName
{
border-color: #525D9A;
}
.TagClassName
{
border-color: #525D9A;
}
</style>