Shades of Governor Bay #515C9D
Tints of Governor Bay #515C9D
RGB
CMYK
RGB Variations
Color information
#515C9D (or 0x515C9D) is known color: Governor Bay. HEX triplet: 51, 5C and 9D. RGB value is (81,92,157). Sum of RGB (Red+Green+Blue) = 81+92+157=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #515C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C9D is #AEA362. Grayscale: #5F5F5F. Windows color (decimal): -11445091 or 10312785. OLE color: 10312785.
HSL color Cylindrical-coordinate representation of color #515C9D: hue angle of 231.32º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515C9D is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 92 | 157 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.38 |
| HSL | 231.32º | 0.32% | 0.47% | - |
| HSV(B) | 231.32º | 0.48% | 0.62% | - |
| XYZ | 13.31 | 11.84 | 33.48 | - |
| YUV | 96.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 157 | 0.48 | 0.41 | 0 | 0.38 | 231.32 | 0.32 | 0.47 |
| Hex | 51 | 5C | 9D | 30 | 29 | 0 | 26 | E7 | 20 | 2F |
| Octal | 121 | 134 | 235 | 60 | 51 | 0 | 46 | 347 | 40 | 57 |
| Binary | 1010001 | 1011100 | 10011101 | 110000 | 101001 | 0 | 100110 | 11100111 | 100000 | 101111 |
Color Harmonies of #515C9D
Complementary color
Monochromatic Colors of #515C9D
Black with #515C9D
Text Example
Text Example
White with #515C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C9D; }
p { color: rgb(81,92,157); }
H1.HeaderClassName
{
color: #515C9D;
}
.AnyTagClassName
{
color: #515C9D;
}
</style>
background-color css
<style>
a { background-color: #515C9D; }
a { background-color: rgb(81,92,157); }
div.DivClassName
{
background-color: #515C9D;
}
.BgClassName
{
background-color: #515C9D;
}
</style>
border-color css
<style>
span { border-color: #515C9D; }
span { border-color: rgb(81,92,157); }
td.TdClassName
{
border-color: #515C9D;
}
.TagClassName
{
border-color: #515C9D;
}
</style>