Shades of Governor Bay #524A96
Tints of Governor Bay #524A96
RGB
CMYK
RGB Variations
Color information
#524A96 (or 0x524A96) is known color: Governor Bay. HEX triplet: 52, 4A and 96. RGB value is (82,74,150). Sum of RGB (Red+Green+Blue) = 82+74+150=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #524A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A96 is #ADB569. Grayscale: #545454. Windows color (decimal): -11384170 or 9849426. OLE color: 9849426.
HSL color Cylindrical-coordinate representation of color #524A96: hue angle of 246.32º 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 #524A96 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 74 | 150 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.41 |
| HSL | 246.32º | 0.34% | 0.44% | - |
| HSV(B) | 246.32º | 0.51% | 0.59% | - |
| XYZ | 11.43 | 8.89 | 29.97 | - |
| YUV | 85.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 150 | 0.45 | 0.51 | 0 | 0.41 | 246.32 | 0.34 | 0.44 |
| Hex | 52 | 4A | 96 | 2D | 33 | 0 | 29 | F6 | 22 | 2C |
| Octal | 122 | 112 | 226 | 55 | 63 | 0 | 51 | 366 | 42 | 54 |
| Binary | 1010010 | 1001010 | 10010110 | 101101 | 110011 | 0 | 101001 | 11110110 | 100010 | 101100 |
Color Harmonies of #524A96
Complementary color
Monochromatic Colors of #524A96
Black with #524A96
Text Example
Text Example
White with #524A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A96; }
p { color: rgb(82,74,150); }
H1.HeaderClassName
{
color: #524A96;
}
.AnyTagClassName
{
color: #524A96;
}
</style>
background-color css
<style>
a { background-color: #524A96; }
a { background-color: rgb(82,74,150); }
div.DivClassName
{
background-color: #524A96;
}
.BgClassName
{
background-color: #524A96;
}
</style>
border-color css
<style>
span { border-color: #524A96; }
span { border-color: rgb(82,74,150); }
td.TdClassName
{
border-color: #524A96;
}
.TagClassName
{
border-color: #524A96;
}
</style>