Shades of Governor Bay #524CA4
Tints of Governor Bay #524CA4
RGB
CMYK
RGB Variations
Color information
#524CA4 (or 0x524CA4) is known color: Governor Bay. HEX triplet: 52, 4C and A4. RGB value is (82,76,164). Sum of RGB (Red+Green+Blue) = 82+76+164=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #524CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524CA4 is #ADB35B. Grayscale: #575757. Windows color (decimal): -11383644 or 10767442. OLE color: 10767442.
HSL color Cylindrical-coordinate representation of color #524CA4: hue angle of 244.09º 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 #524CA4 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 76 | 164 | - |
| CMYK | 0.5 | 0.54 | 0 | 0.36 |
| HSL | 244.09º | 0.37% | 0.47% | - |
| HSV(B) | 244.09º | 0.54% | 0.64% | - |
| XYZ | 12.76 | 9.64 | 36.31 | - |
| YUV | 87.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 164 | 0.5 | 0.54 | 0 | 0.36 | 244.09 | 0.37 | 0.47 |
| Hex | 52 | 4C | A4 | 32 | 36 | 0 | 24 | F4 | 25 | 2F |
| Octal | 122 | 114 | 244 | 62 | 66 | 0 | 44 | 364 | 45 | 57 |
| Binary | 1010010 | 1001100 | 10100100 | 110010 | 110110 | 0 | 100100 | 11110100 | 100101 | 101111 |
Color Harmonies of #524CA4
Complementary color
Monochromatic Colors of #524CA4
Black with #524CA4
Text Example
Text Example
White with #524CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524CA4; }
p { color: rgb(82,76,164); }
H1.HeaderClassName
{
color: #524CA4;
}
.AnyTagClassName
{
color: #524CA4;
}
</style>
background-color css
<style>
a { background-color: #524CA4; }
a { background-color: rgb(82,76,164); }
div.DivClassName
{
background-color: #524CA4;
}
.BgClassName
{
background-color: #524CA4;
}
</style>
border-color css
<style>
span { border-color: #524CA4; }
span { border-color: rgb(82,76,164); }
td.TdClassName
{
border-color: #524CA4;
}
.TagClassName
{
border-color: #524CA4;
}
</style>