Shades of Governor Bay #524FA2
Tints of Governor Bay #524FA2
RGB
CMYK
RGB Variations
Color information
#524FA2 (or 0x524FA2) is known color: Governor Bay. HEX triplet: 52, 4F and A2. RGB value is (82,79,162). Sum of RGB (Red+Green+Blue) = 82+79+162=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #524FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524FA2 is #ADB05D. Grayscale: #595959. Windows color (decimal): -11382878 or 10637138. OLE color: 10637138.
HSL color Cylindrical-coordinate representation of color #524FA2: hue angle of 242.17º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #524FA2 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 79 | 162 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.36 |
| HSL | 242.17º | 0.34% | 0.47% | - |
| HSV(B) | 242.17º | 0.51% | 0.64% | - |
| XYZ | 12.8 | 9.99 | 35.44 | - |
| YUV | 89.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 162 | 0.49 | 0.51 | 0 | 0.36 | 242.17 | 0.34 | 0.47 |
| Hex | 52 | 4F | A2 | 31 | 33 | 0 | 24 | F2 | 22 | 2F |
| Octal | 122 | 117 | 242 | 61 | 63 | 0 | 44 | 362 | 42 | 57 |
| Binary | 1010010 | 1001111 | 10100010 | 110001 | 110011 | 0 | 100100 | 11110010 | 100010 | 101111 |
Color Harmonies of #524FA2
Complementary color
Monochromatic Colors of #524FA2
Black with #524FA2
Text Example
Text Example
White with #524FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FA2; }
p { color: rgb(82,79,162); }
H1.HeaderClassName
{
color: #524FA2;
}
.AnyTagClassName
{
color: #524FA2;
}
</style>
background-color css
<style>
a { background-color: #524FA2; }
a { background-color: rgb(82,79,162); }
div.DivClassName
{
background-color: #524FA2;
}
.BgClassName
{
background-color: #524FA2;
}
</style>
border-color css
<style>
span { border-color: #524FA2; }
span { border-color: rgb(82,79,162); }
td.TdClassName
{
border-color: #524FA2;
}
.TagClassName
{
border-color: #524FA2;
}
</style>