Shades of Governor Bay #575E9A
Tints of Governor Bay #575E9A
RGB
CMYK
RGB Variations
Color information
#575E9A (or 0x575E9A) is known color: Governor Bay. HEX triplet: 57, 5E and 9A. RGB value is (87,94,154). Sum of RGB (Red+Green+Blue) = 87+94+154=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #575E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E9A is #A8A165. Grayscale: #626262. Windows color (decimal): -11051366 or 10116695. OLE color: 10116695.
HSL color Cylindrical-coordinate representation of color #575E9A: hue angle of 233.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575E9A is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 94 | 154 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.40 |
| HSL | 233.73º | 0.28% | 0.47% | - |
| HSV(B) | 233.73º | 0.44% | 0.6% | - |
| XYZ | 13.77 | 12.36 | 32.23 | - |
| YUV | 98.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 154 | 0.44 | 0.39 | 0 | 0.40 | 233.73 | 0.28 | 0.47 |
| Hex | 57 | 5E | 9A | 2C | 27 | 0 | 28 | EA | 1C | 2F |
| Octal | 127 | 136 | 232 | 54 | 47 | 0 | 50 | 352 | 34 | 57 |
| Binary | 1010111 | 1011110 | 10011010 | 101100 | 100111 | 0 | 101000 | 11101010 | 11100 | 101111 |
Color Harmonies of #575E9A
Complementary color
Monochromatic Colors of #575E9A
Black with #575E9A
Text Example
Text Example
White with #575E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E9A; }
p { color: rgb(87,94,154); }
H1.HeaderClassName
{
color: #575E9A;
}
.AnyTagClassName
{
color: #575E9A;
}
</style>
background-color css
<style>
a { background-color: #575E9A; }
a { background-color: rgb(87,94,154); }
div.DivClassName
{
background-color: #575E9A;
}
.BgClassName
{
background-color: #575E9A;
}
</style>
border-color css
<style>
span { border-color: #575E9A; }
span { border-color: rgb(87,94,154); }
td.TdClassName
{
border-color: #575E9A;
}
.TagClassName
{
border-color: #575E9A;
}
</style>