Shades of Governor Bay #524D91
Tints of Governor Bay #524D91
RGB
CMYK
RGB Variations
Color information
#524D91 (or 0x524D91) is known color: Governor Bay. HEX triplet: 52, 4D and 91. RGB value is (82,77,145). Sum of RGB (Red+Green+Blue) = 82+77+145=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #524D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D91 is #ADB26E. Grayscale: #555555. Windows color (decimal): -11383407 or 9522514. OLE color: 9522514.
HSL color Cylindrical-coordinate representation of color #524D91: hue angle of 244.41º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #524D91 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 77 | 145 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.43 |
| HSL | 244.41º | 0.31% | 0.44% | - |
| HSV(B) | 244.41º | 0.47% | 0.57% | - |
| XYZ | 11.24 | 9.15 | 27.96 | - |
| YUV | 86.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 145 | 0.43 | 0.47 | 0 | 0.43 | 244.41 | 0.31 | 0.44 |
| Hex | 52 | 4D | 91 | 2B | 2F | 0 | 2B | F4 | 1F | 2C |
| Octal | 122 | 115 | 221 | 53 | 57 | 0 | 53 | 364 | 37 | 54 |
| Binary | 1010010 | 1001101 | 10010001 | 101011 | 101111 | 0 | 101011 | 11110100 | 11111 | 101100 |
Color Harmonies of #524D91
Complementary color
Monochromatic Colors of #524D91
Black with #524D91
Text Example
Text Example
White with #524D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D91; }
p { color: rgb(82,77,145); }
H1.HeaderClassName
{
color: #524D91;
}
.AnyTagClassName
{
color: #524D91;
}
</style>
background-color css
<style>
a { background-color: #524D91; }
a { background-color: rgb(82,77,145); }
div.DivClassName
{
background-color: #524D91;
}
.BgClassName
{
background-color: #524D91;
}
</style>
border-color css
<style>
span { border-color: #524D91; }
span { border-color: rgb(82,77,145); }
td.TdClassName
{
border-color: #524D91;
}
.TagClassName
{
border-color: #524D91;
}
</style>