Shades of Governor Bay #524B98
Tints of Governor Bay #524B98
RGB
CMYK
RGB Variations
Color information
#524B98 (or 0x524B98) is known color: Governor Bay. HEX triplet: 52, 4B and 98. RGB value is (82,75,152). Sum of RGB (Red+Green+Blue) = 82+75+152=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #524B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B98 is #ADB467. Grayscale: #555555. Windows color (decimal): -11383912 or 9980754. OLE color: 9980754.
HSL color Cylindrical-coordinate representation of color #524B98: hue angle of 245.45º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524B98 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 75 | 152 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.40 |
| HSL | 245.45º | 0.34% | 0.45% | - |
| HSV(B) | 245.45º | 0.51% | 0.6% | - |
| XYZ | 11.66 | 9.09 | 30.85 | - |
| YUV | 85.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 152 | 0.46 | 0.51 | 0 | 0.40 | 245.45 | 0.34 | 0.45 |
| Hex | 52 | 4B | 98 | 2E | 33 | 0 | 28 | F5 | 22 | 2D |
| Octal | 122 | 113 | 230 | 56 | 63 | 0 | 50 | 365 | 42 | 55 |
| Binary | 1010010 | 1001011 | 10011000 | 101110 | 110011 | 0 | 101000 | 11110101 | 100010 | 101101 |
Color Harmonies of #524B98
Complementary color
Monochromatic Colors of #524B98
Black with #524B98
Text Example
Text Example
White with #524B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B98; }
p { color: rgb(82,75,152); }
H1.HeaderClassName
{
color: #524B98;
}
.AnyTagClassName
{
color: #524B98;
}
</style>
background-color css
<style>
a { background-color: #524B98; }
a { background-color: rgb(82,75,152); }
div.DivClassName
{
background-color: #524B98;
}
.BgClassName
{
background-color: #524B98;
}
</style>
border-color css
<style>
span { border-color: #524B98; }
span { border-color: rgb(82,75,152); }
td.TdClassName
{
border-color: #524B98;
}
.TagClassName
{
border-color: #524B98;
}
</style>