Shades of Governor Bay #524BA4
Tints of Governor Bay #524BA4
RGB
CMYK
RGB Variations
Color information
#524BA4 (or 0x524BA4) is known color: Governor Bay. HEX triplet: 52, 4B and A4. RGB value is (82,75,164). Sum of RGB (Red+Green+Blue) = 82+75+164=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #524BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524BA4 is #ADB45B. Grayscale: #565656. Windows color (decimal): -11383900 or 10767186. OLE color: 10767186.
HSL color Cylindrical-coordinate representation of color #524BA4: hue angle of 244.72º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524BA4 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 75 | 164 | - |
| CMYK | 0.5 | 0.54 | 0 | 0.36 |
| HSL | 244.72º | 0.37% | 0.47% | - |
| HSV(B) | 244.72º | 0.54% | 0.64% | - |
| XYZ | 12.7 | 9.51 | 36.29 | - |
| YUV | 87.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 164 | 0.5 | 0.54 | 0 | 0.36 | 244.72 | 0.37 | 0.47 |
| Hex | 52 | 4B | A4 | 32 | 36 | 0 | 24 | F5 | 25 | 2F |
| Octal | 122 | 113 | 244 | 62 | 66 | 0 | 44 | 365 | 45 | 57 |
| Binary | 1010010 | 1001011 | 10100100 | 110010 | 110110 | 0 | 100100 | 11110101 | 100101 | 101111 |
Color Harmonies of #524BA4
Complementary color
Monochromatic Colors of #524BA4
Black with #524BA4
Text Example
Text Example
White with #524BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BA4; }
p { color: rgb(82,75,164); }
H1.HeaderClassName
{
color: #524BA4;
}
.AnyTagClassName
{
color: #524BA4;
}
</style>
background-color css
<style>
a { background-color: #524BA4; }
a { background-color: rgb(82,75,164); }
div.DivClassName
{
background-color: #524BA4;
}
.BgClassName
{
background-color: #524BA4;
}
</style>
border-color css
<style>
span { border-color: #524BA4; }
span { border-color: rgb(82,75,164); }
td.TdClassName
{
border-color: #524BA4;
}
.TagClassName
{
border-color: #524BA4;
}
</style>