Shades of Governor Bay #524A97
Tints of Governor Bay #524A97
RGB
CMYK
RGB Variations
Color information
#524A97 (or 0x524A97) is known color: Governor Bay. HEX triplet: 52, 4A and 97. RGB value is (82,74,151). Sum of RGB (Red+Green+Blue) = 82+74+151=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #524A97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A97 is #ADB568. Grayscale: #545454. Windows color (decimal): -11384169 or 9914962. OLE color: 9914962.
HSL color Cylindrical-coordinate representation of color #524A97: hue angle of 246.23º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524A97 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 74 | 151 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.41 |
| HSL | 246.23º | 0.34% | 0.44% | - |
| HSV(B) | 246.23º | 0.51% | 0.59% | - |
| XYZ | 11.51 | 8.93 | 30.39 | - |
| YUV | 85.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 151 | 0.46 | 0.51 | 0 | 0.41 | 246.23 | 0.34 | 0.44 |
| Hex | 52 | 4A | 97 | 2E | 33 | 0 | 29 | F6 | 22 | 2C |
| Octal | 122 | 112 | 227 | 56 | 63 | 0 | 51 | 366 | 42 | 54 |
| Binary | 1010010 | 1001010 | 10010111 | 101110 | 110011 | 0 | 101001 | 11110110 | 100010 | 101100 |
Color Harmonies of #524A97
Complementary color
Monochromatic Colors of #524A97
Black with #524A97
Text Example
Text Example
White with #524A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A97; }
p { color: rgb(82,74,151); }
H1.HeaderClassName
{
color: #524A97;
}
.AnyTagClassName
{
color: #524A97;
}
</style>
background-color css
<style>
a { background-color: #524A97; }
a { background-color: rgb(82,74,151); }
div.DivClassName
{
background-color: #524A97;
}
.BgClassName
{
background-color: #524A97;
}
</style>
border-color css
<style>
span { border-color: #524A97; }
span { border-color: rgb(82,74,151); }
td.TdClassName
{
border-color: #524A97;
}
.TagClassName
{
border-color: #524A97;
}
</style>