Shades of Governor Bay #524EA2
Tints of Governor Bay #524EA2
RGB
CMYK
RGB Variations
Color information
#524EA2 (or 0x524EA2) is known color: Governor Bay. HEX triplet: 52, 4E and A2. RGB value is (82,78,162). Sum of RGB (Red+Green+Blue) = 82+78+162=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #524EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524EA2 is #ADB15D. Grayscale: #585858. Windows color (decimal): -11383134 or 10636882. OLE color: 10636882.
HSL color Cylindrical-coordinate representation of color #524EA2: hue angle of 242.86º degrees, saturation: 0.35, 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 #524EA2 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 78 | 162 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.36 |
| HSL | 242.86º | 0.35% | 0.47% | - |
| HSV(B) | 242.86º | 0.52% | 0.64% | - |
| XYZ | 12.73 | 9.85 | 35.41 | - |
| YUV | 88.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 162 | 0.49 | 0.52 | 0 | 0.36 | 242.86 | 0.35 | 0.47 |
| Hex | 52 | 4E | A2 | 31 | 34 | 0 | 24 | F3 | 23 | 2F |
| Octal | 122 | 116 | 242 | 61 | 64 | 0 | 44 | 363 | 43 | 57 |
| Binary | 1010010 | 1001110 | 10100010 | 110001 | 110100 | 0 | 100100 | 11110011 | 100011 | 101111 |
Color Harmonies of #524EA2
Complementary color
Monochromatic Colors of #524EA2
Black with #524EA2
Text Example
Text Example
White with #524EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524EA2; }
p { color: rgb(82,78,162); }
H1.HeaderClassName
{
color: #524EA2;
}
.AnyTagClassName
{
color: #524EA2;
}
</style>
background-color css
<style>
a { background-color: #524EA2; }
a { background-color: rgb(82,78,162); }
div.DivClassName
{
background-color: #524EA2;
}
.BgClassName
{
background-color: #524EA2;
}
</style>
border-color css
<style>
span { border-color: #524EA2; }
span { border-color: rgb(82,78,162); }
td.TdClassName
{
border-color: #524EA2;
}
.TagClassName
{
border-color: #524EA2;
}
</style>