Shades of Governor Bay #524A9B
Tints of Governor Bay #524A9B
RGB
CMYK
RGB Variations
Color information
#524A9B (or 0x524A9B) is known color: Governor Bay. HEX triplet: 52, 4A and 9B. RGB value is (82,74,155). Sum of RGB (Red+Green+Blue) = 82+74+155=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #524A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A9B is #ADB564. Grayscale: #555555. Windows color (decimal): -11384165 or 10177106. OLE color: 10177106.
HSL color Cylindrical-coordinate representation of color #524A9B: hue angle of 245.93º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524A9B is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 74 | 155 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.39 |
| HSL | 245.93º | 0.35% | 0.45% | - |
| HSV(B) | 245.93º | 0.52% | 0.61% | - |
| XYZ | 11.84 | 9.06 | 32.13 | - |
| YUV | 85.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 155 | 0.47 | 0.52 | 0 | 0.39 | 245.93 | 0.35 | 0.45 |
| Hex | 52 | 4A | 9B | 2F | 34 | 0 | 27 | F6 | 23 | 2D |
| Octal | 122 | 112 | 233 | 57 | 64 | 0 | 47 | 366 | 43 | 55 |
| Binary | 1010010 | 1001010 | 10011011 | 101111 | 110100 | 0 | 100111 | 11110110 | 100011 | 101101 |
Color Harmonies of #524A9B
Complementary color
Monochromatic Colors of #524A9B
Black with #524A9B
Text Example
Text Example
White with #524A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A9B; }
p { color: rgb(82,74,155); }
H1.HeaderClassName
{
color: #524A9B;
}
.AnyTagClassName
{
color: #524A9B;
}
</style>
background-color css
<style>
a { background-color: #524A9B; }
a { background-color: rgb(82,74,155); }
div.DivClassName
{
background-color: #524A9B;
}
.BgClassName
{
background-color: #524A9B;
}
</style>
border-color css
<style>
span { border-color: #524A9B; }
span { border-color: rgb(82,74,155); }
td.TdClassName
{
border-color: #524A9B;
}
.TagClassName
{
border-color: #524A9B;
}
</style>