Shades of Governor Bay #575A96
Tints of Governor Bay #575A96
RGB
CMYK
RGB Variations
Color information
#575A96 (or 0x575A96) is known color: Governor Bay. HEX triplet: 57, 5A and 96. RGB value is (87,90,150). Sum of RGB (Red+Green+Blue) = 87+90+150=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #575A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A96 is #A8A569. Grayscale: #5F5F5F. Windows color (decimal): -11052394 or 9853527. OLE color: 9853527.
HSL color Cylindrical-coordinate representation of color #575A96: hue angle of 237.14º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575A96 is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 87 | 90 | 150 | - |
| CMYK | 0.42 | 0.4 | 0 | 0.41 |
| HSL | 237.14º | 0.27% | 0.46% | - |
| HSV(B) | 237.14º | 0.42% | 0.59% | - |
| XYZ | 13.09 | 11.54 | 30.39 | - |
| YUV | 95.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 150 | 0.42 | 0.4 | 0 | 0.41 | 237.14 | 0.27 | 0.46 |
| Hex | 57 | 5A | 96 | 2A | 28 | 0 | 29 | ED | 1B | 2E |
| Octal | 127 | 132 | 226 | 52 | 50 | 0 | 51 | 355 | 33 | 56 |
| Binary | 1010111 | 1011010 | 10010110 | 101010 | 101000 | 0 | 101001 | 11101101 | 11011 | 101110 |
Color Harmonies of #575A96
Complementary color
Monochromatic Colors of #575A96
Black with #575A96
Text Example
Text Example
White with #575A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A96; }
p { color: rgb(87,90,150); }
H1.HeaderClassName
{
color: #575A96;
}
.AnyTagClassName
{
color: #575A96;
}
</style>
background-color css
<style>
a { background-color: #575A96; }
a { background-color: rgb(87,90,150); }
div.DivClassName
{
background-color: #575A96;
}
.BgClassName
{
background-color: #575A96;
}
</style>
border-color css
<style>
span { border-color: #575A96; }
span { border-color: rgb(87,90,150); }
td.TdClassName
{
border-color: #575A96;
}
.TagClassName
{
border-color: #575A96;
}
</style>