Shades of Governor Bay #5A5995
Tints of Governor Bay #5A5995
RGB
CMYK
RGB Variations
Color information
#5A5995 (or 0x5A5995) is known color: Governor Bay. HEX triplet: 5A, 59 and 95. RGB value is (90,89,149). Sum of RGB (Red+Green+Blue) = 90+89+149=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A5995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5995 is #A5A66A. Grayscale: #5F5F5F. Windows color (decimal): -10856043 or 9787738. OLE color: 9787738.
HSL color Cylindrical-coordinate representation of color #5A5995: hue angle of 241º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A5995 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 89 | 149 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.42 |
| HSL | 241º | 0.25% | 0.47% | - |
| HSV(B) | 241º | 0.4% | 0.58% | - |
| XYZ | 13.21 | 11.49 | 29.95 | - |
| YUV | 96.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 149 | 0.40 | 0.40 | 0 | 0.42 | 241 | 0.25 | 0.47 |
| Hex | 5A | 59 | 95 | 28 | 28 | 0 | 2A | F1 | 19 | 2F |
| Octal | 132 | 131 | 225 | 50 | 50 | 0 | 52 | 361 | 31 | 57 |
| Binary | 1011010 | 1011001 | 10010101 | 101000 | 101000 | 0 | 101010 | 11110001 | 11001 | 101111 |
Color Harmonies of #5A5995
Complementary color
Monochromatic Colors of #5A5995
Black with #5A5995
Text Example
Text Example
White with #5A5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5995; }
p { color: rgb(90,89,149); }
H1.HeaderClassName
{
color: #5A5995;
}
.AnyTagClassName
{
color: #5A5995;
}
</style>
background-color css
<style>
a { background-color: #5A5995; }
a { background-color: rgb(90,89,149); }
div.DivClassName
{
background-color: #5A5995;
}
.BgClassName
{
background-color: #5A5995;
}
</style>
border-color css
<style>
span { border-color: #5A5995; }
span { border-color: rgb(90,89,149); }
td.TdClassName
{
border-color: #5A5995;
}
.TagClassName
{
border-color: #5A5995;
}
</style>