Shades of Governor Bay #524F9A
Tints of Governor Bay #524F9A
RGB
CMYK
RGB Variations
Color information
#524F9A (or 0x524F9A) is known color: Governor Bay. HEX triplet: 52, 4F and 9A. RGB value is (82,79,154). Sum of RGB (Red+Green+Blue) = 82+79+154=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #524F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524F9A is #ADB065. Grayscale: #585858. Windows color (decimal): -11382886 or 10112850. OLE color: 10112850.
HSL color Cylindrical-coordinate representation of color #524F9A: hue angle of 242.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #524F9A is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 79 | 154 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.40 |
| HSL | 242.4º | 0.32% | 0.46% | - |
| HSV(B) | 242.4º | 0.49% | 0.6% | - |
| XYZ | 12.11 | 9.72 | 31.81 | - |
| YUV | 88.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 154 | 0.47 | 0.49 | 0 | 0.40 | 242.4 | 0.32 | 0.46 |
| Hex | 52 | 4F | 9A | 2F | 31 | 0 | 28 | F2 | 20 | 2E |
| Octal | 122 | 117 | 232 | 57 | 61 | 0 | 50 | 362 | 40 | 56 |
| Binary | 1010010 | 1001111 | 10011010 | 101111 | 110001 | 0 | 101000 | 11110010 | 100000 | 101110 |
Color Harmonies of #524F9A
Complementary color
Monochromatic Colors of #524F9A
Black with #524F9A
Text Example
Text Example
White with #524F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F9A; }
p { color: rgb(82,79,154); }
H1.HeaderClassName
{
color: #524F9A;
}
.AnyTagClassName
{
color: #524F9A;
}
</style>
background-color css
<style>
a { background-color: #524F9A; }
a { background-color: rgb(82,79,154); }
div.DivClassName
{
background-color: #524F9A;
}
.BgClassName
{
background-color: #524F9A;
}
</style>
border-color css
<style>
span { border-color: #524F9A; }
span { border-color: rgb(82,79,154); }
td.TdClassName
{
border-color: #524F9A;
}
.TagClassName
{
border-color: #524F9A;
}
</style>