Shades of Governor Bay #5A5993
Tints of Governor Bay #5A5993
RGB
CMYK
RGB Variations
Color information
#5A5993 (or 0x5A5993) is known color: Governor Bay. HEX triplet: 5A, 59 and 93. RGB value is (90,89,147). Sum of RGB (Red+Green+Blue) = 90+89+147=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A5993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5993 is #A5A66C. Grayscale: #5F5F5F. Windows color (decimal): -10856045 or 9656666. OLE color: 9656666.
HSL color Cylindrical-coordinate representation of color #5A5993: hue angle of 241.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A5993 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 89 | 147 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.42 |
| HSL | 241.03º | 0.25% | 0.46% | - |
| HSV(B) | 241.03º | 0.39% | 0.58% | - |
| XYZ | 13.06 | 11.43 | 29.12 | - |
| YUV | 95.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 147 | 0.39 | 0.39 | 0 | 0.42 | 241.03 | 0.25 | 0.46 |
| Hex | 5A | 59 | 93 | 27 | 27 | 0 | 2A | F1 | 19 | 2E |
| Octal | 132 | 131 | 223 | 47 | 47 | 0 | 52 | 361 | 31 | 56 |
| Binary | 1011010 | 1011001 | 10010011 | 100111 | 100111 | 0 | 101010 | 11110001 | 11001 | 101110 |
Color Harmonies of #5A5993
Complementary color
Monochromatic Colors of #5A5993
Black with #5A5993
Text Example
Text Example
White with #5A5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5993; }
p { color: rgb(90,89,147); }
H1.HeaderClassName
{
color: #5A5993;
}
.AnyTagClassName
{
color: #5A5993;
}
</style>
background-color css
<style>
a { background-color: #5A5993; }
a { background-color: rgb(90,89,147); }
div.DivClassName
{
background-color: #5A5993;
}
.BgClassName
{
background-color: #5A5993;
}
</style>
border-color css
<style>
span { border-color: #5A5993; }
span { border-color: rgb(90,89,147); }
td.TdClassName
{
border-color: #5A5993;
}
.TagClassName
{
border-color: #5A5993;
}
</style>