Shades of Governor Bay #524F94
Tints of Governor Bay #524F94
RGB
CMYK
RGB Variations
Color information
#524F94 (or 0x524F94) is known color: Governor Bay. HEX triplet: 52, 4F and 94. RGB value is (82,79,148). Sum of RGB (Red+Green+Blue) = 82+79+148=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #524F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524F94 is #ADB06B. Grayscale: #575757. Windows color (decimal): -11382892 or 9719634. OLE color: 9719634.
HSL color Cylindrical-coordinate representation of color #524F94: hue angle of 242.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #524F94 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 79 | 148 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.42 |
| HSL | 242.61º | 0.3% | 0.45% | - |
| HSV(B) | 242.61º | 0.47% | 0.58% | - |
| XYZ | 11.62 | 9.52 | 29.24 | - |
| YUV | 87.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 148 | 0.45 | 0.47 | 0 | 0.42 | 242.61 | 0.3 | 0.45 |
| Hex | 52 | 4F | 94 | 2D | 2F | 0 | 2A | F3 | 1E | 2D |
| Octal | 122 | 117 | 224 | 55 | 57 | 0 | 52 | 363 | 36 | 55 |
| Binary | 1010010 | 1001111 | 10010100 | 101101 | 101111 | 0 | 101010 | 11110011 | 11110 | 101101 |
Color Harmonies of #524F94
Complementary color
Monochromatic Colors of #524F94
Black with #524F94
Text Example
Text Example
White with #524F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F94; }
p { color: rgb(82,79,148); }
H1.HeaderClassName
{
color: #524F94;
}
.AnyTagClassName
{
color: #524F94;
}
</style>
background-color css
<style>
a { background-color: #524F94; }
a { background-color: rgb(82,79,148); }
div.DivClassName
{
background-color: #524F94;
}
.BgClassName
{
background-color: #524F94;
}
</style>
border-color css
<style>
span { border-color: #524F94; }
span { border-color: rgb(82,79,148); }
td.TdClassName
{
border-color: #524F94;
}
.TagClassName
{
border-color: #524F94;
}
</style>