Shades of Governor Bay #5A4E9C
Tints of Governor Bay #5A4E9C
RGB
CMYK
RGB Variations
Color information
#5A4E9C (or 0x5A4E9C) is known color: Governor Bay. HEX triplet: 5A, 4E and 9C. RGB value is (90,78,156). Sum of RGB (Red+Green+Blue) = 90+78+156=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A4E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4E9C is #A5B163. Grayscale: #5A5A5A. Windows color (decimal): -10858852 or 10243674. OLE color: 10243674.
HSL color Cylindrical-coordinate representation of color #5A4E9C: hue angle of 249.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A4E9C is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 78 | 156 | - |
| CMYK | 0.42 | 0.5 | 0 | 0.39 |
| HSL | 249.23º | 0.33% | 0.46% | - |
| HSV(B) | 249.23º | 0.5% | 0.61% | - |
| XYZ | 12.94 | 10.02 | 32.7 | - |
| YUV | 90.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 156 | 0.42 | 0.5 | 0 | 0.39 | 249.23 | 0.33 | 0.46 |
| Hex | 5A | 4E | 9C | 2A | 32 | 0 | 27 | F9 | 21 | 2E |
| Octal | 132 | 116 | 234 | 52 | 62 | 0 | 47 | 371 | 41 | 56 |
| Binary | 1011010 | 1001110 | 10011100 | 101010 | 110010 | 0 | 100111 | 11111001 | 100001 | 101110 |
Color Harmonies of #5A4E9C
Complementary color
Monochromatic Colors of #5A4E9C
Black with #5A4E9C
Text Example
Text Example
White with #5A4E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E9C; }
p { color: rgb(90,78,156); }
H1.HeaderClassName
{
color: #5A4E9C;
}
.AnyTagClassName
{
color: #5A4E9C;
}
</style>
background-color css
<style>
a { background-color: #5A4E9C; }
a { background-color: rgb(90,78,156); }
div.DivClassName
{
background-color: #5A4E9C;
}
.BgClassName
{
background-color: #5A4E9C;
}
</style>
border-color css
<style>
span { border-color: #5A4E9C; }
span { border-color: rgb(90,78,156); }
td.TdClassName
{
border-color: #5A4E9C;
}
.TagClassName
{
border-color: #5A4E9C;
}
</style>