Shades of Governor Bay #524A98
Tints of Governor Bay #524A98
RGB
CMYK
RGB Variations
Color information
#524A98 (or 0x524A98) is known color: Governor Bay. HEX triplet: 52, 4A and 98. RGB value is (82,74,152). Sum of RGB (Red+Green+Blue) = 82+74+152=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #524A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A98 is #ADB567. Grayscale: #545454. Windows color (decimal): -11384168 or 9980498. OLE color: 9980498.
HSL color Cylindrical-coordinate representation of color #524A98: hue angle of 246.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524A98 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 74 | 152 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.40 |
| HSL | 246.15º | 0.35% | 0.44% | - |
| HSV(B) | 246.15º | 0.51% | 0.6% | - |
| XYZ | 11.6 | 8.96 | 30.82 | - |
| YUV | 85.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 152 | 0.46 | 0.51 | 0 | 0.40 | 246.15 | 0.35 | 0.44 |
| Hex | 52 | 4A | 98 | 2E | 33 | 0 | 28 | F6 | 23 | 2C |
| Octal | 122 | 112 | 230 | 56 | 63 | 0 | 50 | 366 | 43 | 54 |
| Binary | 1010010 | 1001010 | 10011000 | 101110 | 110011 | 0 | 101000 | 11110110 | 100011 | 101100 |
Color Harmonies of #524A98
Complementary color
Monochromatic Colors of #524A98
Black with #524A98
Text Example
Text Example
White with #524A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A98; }
p { color: rgb(82,74,152); }
H1.HeaderClassName
{
color: #524A98;
}
.AnyTagClassName
{
color: #524A98;
}
</style>
background-color css
<style>
a { background-color: #524A98; }
a { background-color: rgb(82,74,152); }
div.DivClassName
{
background-color: #524A98;
}
.BgClassName
{
background-color: #524A98;
}
</style>
border-color css
<style>
span { border-color: #524A98; }
span { border-color: rgb(82,74,152); }
td.TdClassName
{
border-color: #524A98;
}
.TagClassName
{
border-color: #524A98;
}
</style>