Shades of Governor Bay #524D9E
Tints of Governor Bay #524D9E
RGB
CMYK
RGB Variations
Color information
#524D9E (or 0x524D9E) is known color: Governor Bay. HEX triplet: 52, 4D and 9E. RGB value is (82,77,158). Sum of RGB (Red+Green+Blue) = 82+77+158=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #524D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D9E is #ADB261. Grayscale: #575757. Windows color (decimal): -11383394 or 10374482. OLE color: 10374482.
HSL color Cylindrical-coordinate representation of color #524D9E: hue angle of 243.7º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524D9E is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 77 | 158 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.38 |
| HSL | 243.7º | 0.34% | 0.46% | - |
| HSV(B) | 243.7º | 0.51% | 0.62% | - |
| XYZ | 12.31 | 9.57 | 33.55 | - |
| YUV | 87.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 158 | 0.48 | 0.51 | 0 | 0.38 | 243.7 | 0.34 | 0.46 |
| Hex | 52 | 4D | 9E | 30 | 33 | 0 | 26 | F4 | 22 | 2E |
| Octal | 122 | 115 | 236 | 60 | 63 | 0 | 46 | 364 | 42 | 56 |
| Binary | 1010010 | 1001101 | 10011110 | 110000 | 110011 | 0 | 100110 | 11110100 | 100010 | 101110 |
Color Harmonies of #524D9E
Complementary color
Monochromatic Colors of #524D9E
Black with #524D9E
Text Example
Text Example
White with #524D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D9E; }
p { color: rgb(82,77,158); }
H1.HeaderClassName
{
color: #524D9E;
}
.AnyTagClassName
{
color: #524D9E;
}
</style>
background-color css
<style>
a { background-color: #524D9E; }
a { background-color: rgb(82,77,158); }
div.DivClassName
{
background-color: #524D9E;
}
.BgClassName
{
background-color: #524D9E;
}
</style>
border-color css
<style>
span { border-color: #524D9E; }
span { border-color: rgb(82,77,158); }
td.TdClassName
{
border-color: #524D9E;
}
.TagClassName
{
border-color: #524D9E;
}
</style>