Shades of Governor Bay #5157A2
Tints of Governor Bay #5157A2
RGB
CMYK
RGB Variations
Color information
#5157A2 (or 0x5157A2) is known color: Governor Bay. HEX triplet: 51, 57 and A2. RGB value is (81,87,162). Sum of RGB (Red+Green+Blue) = 81+87+162=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #5157A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5157A2 is #AEA85D. Grayscale: #5D5D5D. Windows color (decimal): -11446366 or 10639185. OLE color: 10639185.
HSL color Cylindrical-coordinate representation of color #5157A2: hue angle of 235.56º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5157A2 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 87 | 162 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.36 |
| HSL | 235.56º | 0.33% | 0.48% | - |
| HSV(B) | 235.56º | 0.5% | 0.64% | - |
| XYZ | 13.32 | 11.17 | 35.64 | - |
| YUV | 93.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 162 | 0.50 | 0.46 | 0 | 0.36 | 235.56 | 0.33 | 0.48 |
| Hex | 51 | 57 | A2 | 32 | 2E | 0 | 24 | EC | 21 | 30 |
| Octal | 121 | 127 | 242 | 62 | 56 | 0 | 44 | 354 | 41 | 60 |
| Binary | 1010001 | 1010111 | 10100010 | 110010 | 101110 | 0 | 100100 | 11101100 | 100001 | 110000 |
Color Harmonies of #5157A2
Complementary color
Monochromatic Colors of #5157A2
Black with #5157A2
Text Example
Text Example
White with #5157A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5157A2; }
p { color: rgb(81,87,162); }
H1.HeaderClassName
{
color: #5157A2;
}
.AnyTagClassName
{
color: #5157A2;
}
</style>
background-color css
<style>
a { background-color: #5157A2; }
a { background-color: rgb(81,87,162); }
div.DivClassName
{
background-color: #5157A2;
}
.BgClassName
{
background-color: #5157A2;
}
</style>
border-color css
<style>
span { border-color: #5157A2; }
span { border-color: rgb(81,87,162); }
td.TdClassName
{
border-color: #5157A2;
}
.TagClassName
{
border-color: #5157A2;
}
</style>