Shades of Governor Bay #5A5E92
Tints of Governor Bay #5A5E92
RGB
CMYK
RGB Variations
Color information
#5A5E92 (or 0x5A5E92) is known color: Governor Bay. HEX triplet: 5A, 5E and 92. RGB value is (90,94,146). Sum of RGB (Red+Green+Blue) = 90+94+146=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A5E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5E92 is #A5A16D. Grayscale: #626262. Windows color (decimal): -10854766 or 9592410. OLE color: 9592410.
HSL color Cylindrical-coordinate representation of color #5A5E92: hue angle of 235.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5E92 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 94 | 146 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.43 |
| HSL | 235.71º | 0.24% | 0.46% | - |
| HSV(B) | 235.71º | 0.38% | 0.57% | - |
| XYZ | 13.41 | 12.25 | 28.85 | - |
| YUV | 98.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 146 | 0.38 | 0.36 | 0 | 0.43 | 235.71 | 0.24 | 0.46 |
| Hex | 5A | 5E | 92 | 26 | 24 | 0 | 2B | EC | 18 | 2E |
| Octal | 132 | 136 | 222 | 46 | 44 | 0 | 53 | 354 | 30 | 56 |
| Binary | 1011010 | 1011110 | 10010010 | 100110 | 100100 | 0 | 101011 | 11101100 | 11000 | 101110 |
Color Harmonies of #5A5E92
Complementary color
Monochromatic Colors of #5A5E92
Black with #5A5E92
Text Example
Text Example
White with #5A5E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5E92; }
p { color: rgb(90,94,146); }
H1.HeaderClassName
{
color: #5A5E92;
}
.AnyTagClassName
{
color: #5A5E92;
}
</style>
background-color css
<style>
a { background-color: #5A5E92; }
a { background-color: rgb(90,94,146); }
div.DivClassName
{
background-color: #5A5E92;
}
.BgClassName
{
background-color: #5A5E92;
}
</style>
border-color css
<style>
span { border-color: #5A5E92; }
span { border-color: rgb(90,94,146); }
td.TdClassName
{
border-color: #5A5E92;
}
.TagClassName
{
border-color: #5A5E92;
}
</style>