Shades of Governor Bay #524EA4
Tints of Governor Bay #524EA4
RGB
CMYK
RGB Variations
Color information
#524EA4 (or 0x524EA4) is known color: Governor Bay. HEX triplet: 52, 4E and A4. RGB value is (82,78,164). Sum of RGB (Red+Green+Blue) = 82+78+164=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #524EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524EA4 is #ADB15B. Grayscale: #585858. Windows color (decimal): -11383132 or 10767954. OLE color: 10767954.
HSL color Cylindrical-coordinate representation of color #524EA4: hue angle of 242.79º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524EA4 is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 78 | 164 | - |
| CMYK | 0.5 | 0.52 | 0 | 0.36 |
| HSL | 242.79º | 0.36% | 0.47% | - |
| HSV(B) | 242.79º | 0.52% | 0.64% | - |
| XYZ | 12.9 | 9.92 | 36.36 | - |
| YUV | 89 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 164 | 0.5 | 0.52 | 0 | 0.36 | 242.79 | 0.36 | 0.47 |
| Hex | 52 | 4E | A4 | 32 | 34 | 0 | 24 | F3 | 24 | 2F |
| Octal | 122 | 116 | 244 | 62 | 64 | 0 | 44 | 363 | 44 | 57 |
| Binary | 1010010 | 1001110 | 10100100 | 110010 | 110100 | 0 | 100100 | 11110011 | 100100 | 101111 |
Color Harmonies of #524EA4
Complementary color
Monochromatic Colors of #524EA4
Black with #524EA4
Text Example
Text Example
White with #524EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524EA4; }
p { color: rgb(82,78,164); }
H1.HeaderClassName
{
color: #524EA4;
}
.AnyTagClassName
{
color: #524EA4;
}
</style>
background-color css
<style>
a { background-color: #524EA4; }
a { background-color: rgb(82,78,164); }
div.DivClassName
{
background-color: #524EA4;
}
.BgClassName
{
background-color: #524EA4;
}
</style>
border-color css
<style>
span { border-color: #524EA4; }
span { border-color: rgb(82,78,164); }
td.TdClassName
{
border-color: #524EA4;
}
.TagClassName
{
border-color: #524EA4;
}
</style>