Shades of Governor Bay #5156A2
Tints of Governor Bay #5156A2
RGB
CMYK
RGB Variations
Color information
#5156A2 (or 0x5156A2) is known color: Governor Bay. HEX triplet: 51, 56 and A2. RGB value is (81,86,162). Sum of RGB (Red+Green+Blue) = 81+86+162=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #5156A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5156A2 is #AEA95D. Grayscale: #5C5C5C. Windows color (decimal): -11446622 or 10638929. OLE color: 10638929.
HSL color Cylindrical-coordinate representation of color #5156A2: hue angle of 236.3º 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 #5156A2 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 86 | 162 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.36 |
| HSL | 236.3º | 0.33% | 0.48% | - |
| HSV(B) | 236.3º | 0.5% | 0.64% | - |
| XYZ | 13.24 | 11.01 | 35.61 | - |
| YUV | 93.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 162 | 0.50 | 0.47 | 0 | 0.36 | 236.3 | 0.33 | 0.48 |
| Hex | 51 | 56 | A2 | 32 | 2F | 0 | 24 | EC | 21 | 30 |
| Octal | 121 | 126 | 242 | 62 | 57 | 0 | 44 | 354 | 41 | 60 |
| Binary | 1010001 | 1010110 | 10100010 | 110010 | 101111 | 0 | 100100 | 11101100 | 100001 | 110000 |
Color Harmonies of #5156A2
Complementary color
Monochromatic Colors of #5156A2
Black with #5156A2
Text Example
Text Example
White with #5156A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5156A2; }
p { color: rgb(81,86,162); }
H1.HeaderClassName
{
color: #5156A2;
}
.AnyTagClassName
{
color: #5156A2;
}
</style>
background-color css
<style>
a { background-color: #5156A2; }
a { background-color: rgb(81,86,162); }
div.DivClassName
{
background-color: #5156A2;
}
.BgClassName
{
background-color: #5156A2;
}
</style>
border-color css
<style>
span { border-color: #5156A2; }
span { border-color: rgb(81,86,162); }
td.TdClassName
{
border-color: #5156A2;
}
.TagClassName
{
border-color: #5156A2;
}
</style>