Shades of Governor Bay #51539C
Tints of Governor Bay #51539C
RGB
CMYK
RGB Variations
Color information
#51539C (or 0x51539C) is known color: Governor Bay. HEX triplet: 51, 53 and 9C. RGB value is (81,83,156). Sum of RGB (Red+Green+Blue) = 81+83+156=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #51539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51539C is #AEAC63. Grayscale: #5A5A5A. Windows color (decimal): -11447396 or 10244945. OLE color: 10244945.
HSL color Cylindrical-coordinate representation of color #51539C: hue angle of 238.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51539C is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 83 | 156 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.39 |
| HSL | 238.4º | 0.32% | 0.46% | - |
| HSV(B) | 238.4º | 0.48% | 0.61% | - |
| XYZ | 12.49 | 10.34 | 32.79 | - |
| YUV | 90.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 156 | 0.48 | 0.47 | 0 | 0.39 | 238.4 | 0.32 | 0.46 |
| Hex | 51 | 53 | 9C | 30 | 2F | 0 | 27 | EE | 20 | 2E |
| Octal | 121 | 123 | 234 | 60 | 57 | 0 | 47 | 356 | 40 | 56 |
| Binary | 1010001 | 1010011 | 10011100 | 110000 | 101111 | 0 | 100111 | 11101110 | 100000 | 101110 |
Color Harmonies of #51539C
Complementary color
Monochromatic Colors of #51539C
Black with #51539C
Text Example
Text Example
White with #51539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51539C; }
p { color: rgb(81,83,156); }
H1.HeaderClassName
{
color: #51539C;
}
.AnyTagClassName
{
color: #51539C;
}
</style>
background-color css
<style>
a { background-color: #51539C; }
a { background-color: rgb(81,83,156); }
div.DivClassName
{
background-color: #51539C;
}
.BgClassName
{
background-color: #51539C;
}
</style>
border-color css
<style>
span { border-color: #51539C; }
span { border-color: rgb(81,83,156); }
td.TdClassName
{
border-color: #51539C;
}
.TagClassName
{
border-color: #51539C;
}
</style>