Shades of Governor Bay #515B94
Tints of Governor Bay #515B94
RGB
CMYK
RGB Variations
Color information
#515B94 (or 0x515B94) is known color: Governor Bay. HEX triplet: 51, 5B and 94. RGB value is (81,91,148). Sum of RGB (Red+Green+Blue) = 81+91+148=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #515B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B94 is #AEA46B. Grayscale: #5E5E5E. Windows color (decimal): -11445356 or 9722705. OLE color: 9722705.
HSL color Cylindrical-coordinate representation of color #515B94: hue angle of 231.04º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #515B94 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 91 | 148 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.42 |
| HSL | 231.04º | 0.29% | 0.45% | - |
| HSV(B) | 231.04º | 0.45% | 0.58% | - |
| XYZ | 12.48 | 11.37 | 29.55 | - |
| YUV | 94.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 148 | 0.45 | 0.39 | 0 | 0.42 | 231.04 | 0.29 | 0.45 |
| Hex | 51 | 5B | 94 | 2D | 27 | 0 | 2A | E7 | 1D | 2D |
| Octal | 121 | 133 | 224 | 55 | 47 | 0 | 52 | 347 | 35 | 55 |
| Binary | 1010001 | 1011011 | 10010100 | 101101 | 100111 | 0 | 101010 | 11100111 | 11101 | 101101 |
Color Harmonies of #515B94
Complementary color
Monochromatic Colors of #515B94
Black with #515B94
Text Example
Text Example
White with #515B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B94; }
p { color: rgb(81,91,148); }
H1.HeaderClassName
{
color: #515B94;
}
.AnyTagClassName
{
color: #515B94;
}
</style>
background-color css
<style>
a { background-color: #515B94; }
a { background-color: rgb(81,91,148); }
div.DivClassName
{
background-color: #515B94;
}
.BgClassName
{
background-color: #515B94;
}
</style>
border-color css
<style>
span { border-color: #515B94; }
span { border-color: rgb(81,91,148); }
td.TdClassName
{
border-color: #515B94;
}
.TagClassName
{
border-color: #515B94;
}
</style>