Shades of Governor Bay #575E90
Tints of Governor Bay #575E90
RGB
CMYK
RGB Variations
Color information
#575E90 (or 0x575E90) is known color: Governor Bay. HEX triplet: 57, 5E and 90. RGB value is (87,94,144). Sum of RGB (Red+Green+Blue) = 87+94+144=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #575E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E90 is #A8A16F. Grayscale: #616161. Windows color (decimal): -11051376 or 9461335. OLE color: 9461335.
HSL color Cylindrical-coordinate representation of color #575E90: hue angle of 232.63º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575E90 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 94 | 144 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.44 |
| HSL | 232.63º | 0.25% | 0.45% | - |
| HSV(B) | 232.63º | 0.4% | 0.56% | - |
| XYZ | 12.97 | 12.05 | 28.03 | - |
| YUV | 97.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 144 | 0.40 | 0.35 | 0 | 0.44 | 232.63 | 0.25 | 0.45 |
| Hex | 57 | 5E | 90 | 28 | 23 | 0 | 2C | E9 | 19 | 2D |
| Octal | 127 | 136 | 220 | 50 | 43 | 0 | 54 | 351 | 31 | 55 |
| Binary | 1010111 | 1011110 | 10010000 | 101000 | 100011 | 0 | 101100 | 11101001 | 11001 | 101101 |
Color Harmonies of #575E90
Complementary color
Monochromatic Colors of #575E90
Black with #575E90
Text Example
Text Example
White with #575E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E90; }
p { color: rgb(87,94,144); }
H1.HeaderClassName
{
color: #575E90;
}
.AnyTagClassName
{
color: #575E90;
}
</style>
background-color css
<style>
a { background-color: #575E90; }
a { background-color: rgb(87,94,144); }
div.DivClassName
{
background-color: #575E90;
}
.BgClassName
{
background-color: #575E90;
}
</style>
border-color css
<style>
span { border-color: #575E90; }
span { border-color: rgb(87,94,144); }
td.TdClassName
{
border-color: #575E90;
}
.TagClassName
{
border-color: #575E90;
}
</style>