Shades of Governor Bay #515D8D
Tints of Governor Bay #515D8D
RGB
CMYK
RGB Variations
Color information
#515D8D (or 0x515D8D) is known color: Governor Bay. HEX triplet: 51, 5D and 8D. RGB value is (81,93,141). Sum of RGB (Red+Green+Blue) = 81+93+141=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #515D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D8D is #AEA272. Grayscale: #5E5E5E. Windows color (decimal): -11444851 or 9264465. OLE color: 9264465.
HSL color Cylindrical-coordinate representation of color #515D8D: hue angle of 228º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #515D8D is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 93 | 141 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.45 |
| HSL | 228º | 0.27% | 0.44% | - |
| HSV(B) | 228º | 0.43% | 0.55% | - |
| XYZ | 12.12 | 11.5 | 26.78 | - |
| YUV | 94.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 141 | 0.43 | 0.34 | 0 | 0.45 | 228 | 0.27 | 0.44 |
| Hex | 51 | 5D | 8D | 2B | 22 | 0 | 2D | E4 | 1B | 2C |
| Octal | 121 | 135 | 215 | 53 | 42 | 0 | 55 | 344 | 33 | 54 |
| Binary | 1010001 | 1011101 | 10001101 | 101011 | 100010 | 0 | 101101 | 11100100 | 11011 | 101100 |
Color Harmonies of #515D8D
Complementary color
Monochromatic Colors of #515D8D
Black with #515D8D
Text Example
Text Example
White with #515D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D8D; }
p { color: rgb(81,93,141); }
H1.HeaderClassName
{
color: #515D8D;
}
.AnyTagClassName
{
color: #515D8D;
}
</style>
background-color css
<style>
a { background-color: #515D8D; }
a { background-color: rgb(81,93,141); }
div.DivClassName
{
background-color: #515D8D;
}
.BgClassName
{
background-color: #515D8D;
}
</style>
border-color css
<style>
span { border-color: #515D8D; }
span { border-color: rgb(81,93,141); }
td.TdClassName
{
border-color: #515D8D;
}
.TagClassName
{
border-color: #515D8D;
}
</style>