Shades of Governor Bay #5A5295
Tints of Governor Bay #5A5295
RGB
CMYK
RGB Variations
Color information
#5A5295 (or 0x5A5295) is known color: Governor Bay. HEX triplet: 5A, 52 and 95. RGB value is (90,82,149). Sum of RGB (Red+Green+Blue) = 90+82+149=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A5295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5295 is #A5AD6A. Grayscale: #5B5B5B. Windows color (decimal): -10857835 or 9785946. OLE color: 9785946.
HSL color Cylindrical-coordinate representation of color #5A5295: hue angle of 247.16º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A5295 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 82 | 149 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.42 |
| HSL | 247.16º | 0.29% | 0.45% | - |
| HSV(B) | 247.16º | 0.45% | 0.58% | - |
| XYZ | 12.66 | 10.38 | 29.77 | - |
| YUV | 92.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 149 | 0.40 | 0.45 | 0 | 0.42 | 247.16 | 0.29 | 0.45 |
| Hex | 5A | 52 | 95 | 28 | 2D | 0 | 2A | F7 | 1D | 2D |
| Octal | 132 | 122 | 225 | 50 | 55 | 0 | 52 | 367 | 35 | 55 |
| Binary | 1011010 | 1010010 | 10010101 | 101000 | 101101 | 0 | 101010 | 11110111 | 11101 | 101101 |
Color Harmonies of #5A5295
Complementary color
Monochromatic Colors of #5A5295
Black with #5A5295
Text Example
Text Example
White with #5A5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5295; }
p { color: rgb(90,82,149); }
H1.HeaderClassName
{
color: #5A5295;
}
.AnyTagClassName
{
color: #5A5295;
}
</style>
background-color css
<style>
a { background-color: #5A5295; }
a { background-color: rgb(90,82,149); }
div.DivClassName
{
background-color: #5A5295;
}
.BgClassName
{
background-color: #5A5295;
}
</style>
border-color css
<style>
span { border-color: #5A5295; }
span { border-color: rgb(90,82,149); }
td.TdClassName
{
border-color: #5A5295;
}
.TagClassName
{
border-color: #5A5295;
}
</style>