Shades of Governor Bay #524C99
Tints of Governor Bay #524C99
RGB
CMYK
RGB Variations
Color information
#524C99 (or 0x524C99) is known color: Governor Bay. HEX triplet: 52, 4C and 99. RGB value is (82,76,153). Sum of RGB (Red+Green+Blue) = 82+76+153=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #524C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524C99 is #ADB366. Grayscale: #565656. Windows color (decimal): -11383655 or 10046546. OLE color: 10046546.
HSL color Cylindrical-coordinate representation of color #524C99: hue angle of 244.68º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524C99 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 76 | 153 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.4 |
| HSL | 244.68º | 0.34% | 0.45% | - |
| HSV(B) | 244.68º | 0.5% | 0.6% | - |
| XYZ | 11.81 | 9.26 | 31.3 | - |
| YUV | 86.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 153 | 0.46 | 0.50 | 0 | 0.4 | 244.68 | 0.34 | 0.45 |
| Hex | 52 | 4C | 99 | 2E | 32 | 0 | 28 | F5 | 22 | 2D |
| Octal | 122 | 114 | 231 | 56 | 62 | 0 | 50 | 365 | 42 | 55 |
| Binary | 1010010 | 1001100 | 10011001 | 101110 | 110010 | 0 | 101000 | 11110101 | 100010 | 101101 |
Color Harmonies of #524C99
Complementary color
Monochromatic Colors of #524C99
Black with #524C99
Text Example
Text Example
White with #524C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C99; }
p { color: rgb(82,76,153); }
H1.HeaderClassName
{
color: #524C99;
}
.AnyTagClassName
{
color: #524C99;
}
</style>
background-color css
<style>
a { background-color: #524C99; }
a { background-color: rgb(82,76,153); }
div.DivClassName
{
background-color: #524C99;
}
.BgClassName
{
background-color: #524C99;
}
</style>
border-color css
<style>
span { border-color: #524C99; }
span { border-color: rgb(82,76,153); }
td.TdClassName
{
border-color: #524C99;
}
.TagClassName
{
border-color: #524C99;
}
</style>