Shades of Governor Bay #5A519C
Tints of Governor Bay #5A519C
RGB
CMYK
RGB Variations
Color information
#5A519C (or 0x5A519C) is known color: Governor Bay. HEX triplet: 5A, 51 and 9C. RGB value is (90,81,156). Sum of RGB (Red+Green+Blue) = 90+81+156=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A519C is #A5AE63. Grayscale: #5B5B5B. Windows color (decimal): -10858084 or 10244442. OLE color: 10244442.
HSL color Cylindrical-coordinate representation of color #5A519C: hue angle of 247.2º 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 #5A519C is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 81 | 156 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.39 |
| HSL | 247.2º | 0.32% | 0.46% | - |
| HSV(B) | 247.2º | 0.48% | 0.61% | - |
| XYZ | 13.16 | 10.46 | 32.78 | - |
| YUV | 92.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 156 | 0.42 | 0.48 | 0 | 0.39 | 247.2 | 0.32 | 0.46 |
| Hex | 5A | 51 | 9C | 2A | 30 | 0 | 27 | F7 | 20 | 2E |
| Octal | 132 | 121 | 234 | 52 | 60 | 0 | 47 | 367 | 40 | 56 |
| Binary | 1011010 | 1010001 | 10011100 | 101010 | 110000 | 0 | 100111 | 11110111 | 100000 | 101110 |
Color Harmonies of #5A519C
Complementary color
Monochromatic Colors of #5A519C
Black with #5A519C
Text Example
Text Example
White with #5A519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A519C; }
p { color: rgb(90,81,156); }
H1.HeaderClassName
{
color: #5A519C;
}
.AnyTagClassName
{
color: #5A519C;
}
</style>
background-color css
<style>
a { background-color: #5A519C; }
a { background-color: rgb(90,81,156); }
div.DivClassName
{
background-color: #5A519C;
}
.BgClassName
{
background-color: #5A519C;
}
</style>
border-color css
<style>
span { border-color: #5A519C; }
span { border-color: rgb(90,81,156); }
td.TdClassName
{
border-color: #5A519C;
}
.TagClassName
{
border-color: #5A519C;
}
</style>