Shades of Governor Bay #575E8E
Tints of Governor Bay #575E8E
RGB
CMYK
RGB Variations
Color information
#575E8E (or 0x575E8E) is known color: Governor Bay. HEX triplet: 57, 5E and 8E. RGB value is (87,94,142). Sum of RGB (Red+Green+Blue) = 87+94+142=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #575E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E8E is #A8A171. Grayscale: #616161. Windows color (decimal): -11051378 or 9330263. OLE color: 9330263.
HSL color Cylindrical-coordinate representation of color #575E8E: hue angle of 232.36º 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 #575E8E is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 94 | 142 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.44 |
| HSL | 232.36º | 0.24% | 0.45% | - |
| HSV(B) | 232.36º | 0.39% | 0.56% | - |
| XYZ | 12.82 | 11.98 | 27.23 | - |
| YUV | 97.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 142 | 0.39 | 0.34 | 0 | 0.44 | 232.36 | 0.24 | 0.45 |
| Hex | 57 | 5E | 8E | 27 | 22 | 0 | 2C | E8 | 18 | 2D |
| Octal | 127 | 136 | 216 | 47 | 42 | 0 | 54 | 350 | 30 | 55 |
| Binary | 1010111 | 1011110 | 10001110 | 100111 | 100010 | 0 | 101100 | 11101000 | 11000 | 101101 |
Color Harmonies of #575E8E
Complementary color
Monochromatic Colors of #575E8E
Black with #575E8E
Text Example
Text Example
White with #575E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E8E; }
p { color: rgb(87,94,142); }
H1.HeaderClassName
{
color: #575E8E;
}
.AnyTagClassName
{
color: #575E8E;
}
</style>
background-color css
<style>
a { background-color: #575E8E; }
a { background-color: rgb(87,94,142); }
div.DivClassName
{
background-color: #575E8E;
}
.BgClassName
{
background-color: #575E8E;
}
</style>
border-color css
<style>
span { border-color: #575E8E; }
span { border-color: rgb(87,94,142); }
td.TdClassName
{
border-color: #575E8E;
}
.TagClassName
{
border-color: #575E8E;
}
</style>