Shades of Governor Bay #524A9D
Tints of Governor Bay #524A9D
RGB
CMYK
RGB Variations
Color information
#524A9D (or 0x524A9D) is known color: Governor Bay. HEX triplet: 52, 4A and 9D. RGB value is (82,74,157). Sum of RGB (Red+Green+Blue) = 82+74+157=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #524A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A9D is #ADB562. Grayscale: #555555. Windows color (decimal): -11384163 or 10308178. OLE color: 10308178.
HSL color Cylindrical-coordinate representation of color #524A9D: hue angle of 245.78º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #524A9D is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 74 | 157 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.38 |
| HSL | 245.78º | 0.36% | 0.45% | - |
| HSV(B) | 245.78º | 0.53% | 0.62% | - |
| XYZ | 12.01 | 9.13 | 33.03 | - |
| YUV | 85.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 157 | 0.48 | 0.53 | 0 | 0.38 | 245.78 | 0.36 | 0.45 |
| Hex | 52 | 4A | 9D | 30 | 35 | 0 | 26 | F6 | 24 | 2D |
| Octal | 122 | 112 | 235 | 60 | 65 | 0 | 46 | 366 | 44 | 55 |
| Binary | 1010010 | 1001010 | 10011101 | 110000 | 110101 | 0 | 100110 | 11110110 | 100100 | 101101 |
Color Harmonies of #524A9D
Complementary color
Monochromatic Colors of #524A9D
Black with #524A9D
Text Example
Text Example
White with #524A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A9D; }
p { color: rgb(82,74,157); }
H1.HeaderClassName
{
color: #524A9D;
}
.AnyTagClassName
{
color: #524A9D;
}
</style>
background-color css
<style>
a { background-color: #524A9D; }
a { background-color: rgb(82,74,157); }
div.DivClassName
{
background-color: #524A9D;
}
.BgClassName
{
background-color: #524A9D;
}
</style>
border-color css
<style>
span { border-color: #524A9D; }
span { border-color: rgb(82,74,157); }
td.TdClassName
{
border-color: #524A9D;
}
.TagClassName
{
border-color: #524A9D;
}
</style>