Shades of Governor Bay #575A8E
Tints of Governor Bay #575A8E
RGB
CMYK
RGB Variations
Color information
#575A8E (or 0x575A8E) is known color: Governor Bay. HEX triplet: 57, 5A and 8E. RGB value is (87,90,142). Sum of RGB (Red+Green+Blue) = 87+90+142=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #575A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A8E is #A8A571. Grayscale: #5E5E5E. Windows color (decimal): -11052402 or 9329239. OLE color: 9329239.
HSL color Cylindrical-coordinate representation of color #575A8E: hue angle of 236.73º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575A8E is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 90 | 142 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.44 |
| HSL | 236.73º | 0.24% | 0.45% | - |
| HSV(B) | 236.73º | 0.39% | 0.56% | - |
| XYZ | 12.47 | 11.29 | 27.11 | - |
| YUV | 95.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 142 | 0.39 | 0.37 | 0 | 0.44 | 236.73 | 0.24 | 0.45 |
| Hex | 57 | 5A | 8E | 27 | 25 | 0 | 2C | ED | 18 | 2D |
| Octal | 127 | 132 | 216 | 47 | 45 | 0 | 54 | 355 | 30 | 55 |
| Binary | 1010111 | 1011010 | 10001110 | 100111 | 100101 | 0 | 101100 | 11101101 | 11000 | 101101 |
Color Harmonies of #575A8E
Complementary color
Monochromatic Colors of #575A8E
Black with #575A8E
Text Example
Text Example
White with #575A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A8E; }
p { color: rgb(87,90,142); }
H1.HeaderClassName
{
color: #575A8E;
}
.AnyTagClassName
{
color: #575A8E;
}
</style>
background-color css
<style>
a { background-color: #575A8E; }
a { background-color: rgb(87,90,142); }
div.DivClassName
{
background-color: #575A8E;
}
.BgClassName
{
background-color: #575A8E;
}
</style>
border-color css
<style>
span { border-color: #575A8E; }
span { border-color: rgb(87,90,142); }
td.TdClassName
{
border-color: #575A8E;
}
.TagClassName
{
border-color: #575A8E;
}
</style>