Shades of Governor Bay #5A6195
Tints of Governor Bay #5A6195
RGB
CMYK
RGB Variations
Color information
#5A6195 (or 0x5A6195) is known color: Governor Bay. HEX triplet: 5A, 61 and 95. RGB value is (90,97,149). Sum of RGB (Red+Green+Blue) = 90+97+149=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A6195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6195 is #A59E6A. Grayscale: #646464. Windows color (decimal): -10853995 or 9789786. OLE color: 9789786.
HSL color Cylindrical-coordinate representation of color #5A6195: hue angle of 232.88º 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 #5A6195 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 97 | 149 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.42 |
| HSL | 232.88º | 0.25% | 0.47% | - |
| HSV(B) | 232.88º | 0.4% | 0.58% | - |
| XYZ | 13.92 | 12.89 | 30.19 | - |
| YUV | 100.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 149 | 0.40 | 0.35 | 0 | 0.42 | 232.88 | 0.25 | 0.47 |
| Hex | 5A | 61 | 95 | 28 | 23 | 0 | 2A | E9 | 19 | 2F |
| Octal | 132 | 141 | 225 | 50 | 43 | 0 | 52 | 351 | 31 | 57 |
| Binary | 1011010 | 1100001 | 10010101 | 101000 | 100011 | 0 | 101010 | 11101001 | 11001 | 101111 |
Color Harmonies of #5A6195
Complementary color
Monochromatic Colors of #5A6195
Black with #5A6195
Text Example
Text Example
White with #5A6195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6195; }
p { color: rgb(90,97,149); }
H1.HeaderClassName
{
color: #5A6195;
}
.AnyTagClassName
{
color: #5A6195;
}
</style>
background-color css
<style>
a { background-color: #5A6195; }
a { background-color: rgb(90,97,149); }
div.DivClassName
{
background-color: #5A6195;
}
.BgClassName
{
background-color: #5A6195;
}
</style>
border-color css
<style>
span { border-color: #5A6195; }
span { border-color: rgb(90,97,149); }
td.TdClassName
{
border-color: #5A6195;
}
.TagClassName
{
border-color: #5A6195;
}
</style>