Shades of Governor Bay #51528E
Tints of Governor Bay #51528E
RGB
CMYK
RGB Variations
Color information
#51528E (or 0x51528E) is known color: Governor Bay. HEX triplet: 51, 52 and 8E. RGB value is (81,82,142). Sum of RGB (Red+Green+Blue) = 81+82+142=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #51528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51528E is #AEAD71. Grayscale: #585858. Windows color (decimal): -11447666 or 9327185. OLE color: 9327185.
HSL color Cylindrical-coordinate representation of color #51528E: hue angle of 239.02º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51528E is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 82 | 142 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.44 |
| HSL | 239.02º | 0.27% | 0.44% | - |
| HSV(B) | 239.02º | 0.43% | 0.56% | - |
| XYZ | 11.29 | 9.74 | 26.88 | - |
| YUV | 88.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 142 | 0.43 | 0.42 | 0 | 0.44 | 239.02 | 0.27 | 0.44 |
| Hex | 51 | 52 | 8E | 2B | 2A | 0 | 2C | EF | 1B | 2C |
| Octal | 121 | 122 | 216 | 53 | 52 | 0 | 54 | 357 | 33 | 54 |
| Binary | 1010001 | 1010010 | 10001110 | 101011 | 101010 | 0 | 101100 | 11101111 | 11011 | 101100 |
Color Harmonies of #51528E
Complementary color
Monochromatic Colors of #51528E
Black with #51528E
Text Example
Text Example
White with #51528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51528E; }
p { color: rgb(81,82,142); }
H1.HeaderClassName
{
color: #51528E;
}
.AnyTagClassName
{
color: #51528E;
}
</style>
background-color css
<style>
a { background-color: #51528E; }
a { background-color: rgb(81,82,142); }
div.DivClassName
{
background-color: #51528E;
}
.BgClassName
{
background-color: #51528E;
}
</style>
border-color css
<style>
span { border-color: #51528E; }
span { border-color: rgb(81,82,142); }
td.TdClassName
{
border-color: #51528E;
}
.TagClassName
{
border-color: #51528E;
}
</style>