Shades of Governor Bay #5A559B
Tints of Governor Bay #5A559B
RGB
CMYK
RGB Variations
Color information
#5A559B (or 0x5A559B) is known color: Governor Bay. HEX triplet: 5A, 55 and 9B. RGB value is (90,85,155). Sum of RGB (Red+Green+Blue) = 90+85+155=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A559B is #A5AA64. Grayscale: #5E5E5E. Windows color (decimal): -10857061 or 10179930. OLE color: 10179930.
HSL color Cylindrical-coordinate representation of color #5A559B: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A559B is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 85 | 155 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.39 |
| HSL | 244.29º | 0.29% | 0.47% | - |
| HSV(B) | 244.29º | 0.45% | 0.61% | - |
| XYZ | 13.38 | 11.04 | 32.44 | - |
| YUV | 94.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 155 | 0.42 | 0.45 | 0 | 0.39 | 244.29 | 0.29 | 0.47 |
| Hex | 5A | 55 | 9B | 2A | 2D | 0 | 27 | F4 | 1D | 2F |
| Octal | 132 | 125 | 233 | 52 | 55 | 0 | 47 | 364 | 35 | 57 |
| Binary | 1011010 | 1010101 | 10011011 | 101010 | 101101 | 0 | 100111 | 11110100 | 11101 | 101111 |
Color Harmonies of #5A559B
Complementary color
Monochromatic Colors of #5A559B
Black with #5A559B
Text Example
Text Example
White with #5A559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A559B; }
p { color: rgb(90,85,155); }
H1.HeaderClassName
{
color: #5A559B;
}
.AnyTagClassName
{
color: #5A559B;
}
</style>
background-color css
<style>
a { background-color: #5A559B; }
a { background-color: rgb(90,85,155); }
div.DivClassName
{
background-color: #5A559B;
}
.BgClassName
{
background-color: #5A559B;
}
</style>
border-color css
<style>
span { border-color: #5A559B; }
span { border-color: rgb(90,85,155); }
td.TdClassName
{
border-color: #5A559B;
}
.TagClassName
{
border-color: #5A559B;
}
</style>