Shades of Governor Bay #515D8E
Tints of Governor Bay #515D8E
RGB
CMYK
RGB Variations
Color information
#515D8E (or 0x515D8E) is known color: Governor Bay. HEX triplet: 51, 5D and 8E. RGB value is (81,93,142). Sum of RGB (Red+Green+Blue) = 81+93+142=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #515D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D8E is #AEA271. Grayscale: #5E5E5E. Windows color (decimal): -11444850 or 9330001. OLE color: 9330001.
HSL color Cylindrical-coordinate representation of color #515D8E: hue angle of 228.2º 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 #515D8E is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 93 | 142 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.44 |
| HSL | 228.2º | 0.27% | 0.44% | - |
| HSV(B) | 228.2º | 0.43% | 0.56% | - |
| XYZ | 12.19 | 11.53 | 27.17 | - |
| YUV | 95 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 142 | 0.43 | 0.35 | 0 | 0.44 | 228.2 | 0.27 | 0.44 |
| Hex | 51 | 5D | 8E | 2B | 23 | 0 | 2C | E4 | 1B | 2C |
| Octal | 121 | 135 | 216 | 53 | 43 | 0 | 54 | 344 | 33 | 54 |
| Binary | 1010001 | 1011101 | 10001110 | 101011 | 100011 | 0 | 101100 | 11100100 | 11011 | 101100 |
Color Harmonies of #515D8E
Complementary color
Monochromatic Colors of #515D8E
Black with #515D8E
Text Example
Text Example
White with #515D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D8E; }
p { color: rgb(81,93,142); }
H1.HeaderClassName
{
color: #515D8E;
}
.AnyTagClassName
{
color: #515D8E;
}
</style>
background-color css
<style>
a { background-color: #515D8E; }
a { background-color: rgb(81,93,142); }
div.DivClassName
{
background-color: #515D8E;
}
.BgClassName
{
background-color: #515D8E;
}
</style>
border-color css
<style>
span { border-color: #515D8E; }
span { border-color: rgb(81,93,142); }
td.TdClassName
{
border-color: #515D8E;
}
.TagClassName
{
border-color: #515D8E;
}
</style>