Shades of Governor Bay #575C99
Tints of Governor Bay #575C99
RGB
CMYK
RGB Variations
Color information
#575C99 (or 0x575C99) is known color: Governor Bay. HEX triplet: 57, 5C and 99. RGB value is (87,92,153). Sum of RGB (Red+Green+Blue) = 87+92+153=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #575C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C99 is #A8A366. Grayscale: #616161. Windows color (decimal): -11051879 or 10050647. OLE color: 10050647.
HSL color Cylindrical-coordinate representation of color #575C99: hue angle of 235.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #575C99 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 92 | 153 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.4 |
| HSL | 235.45º | 0.28% | 0.47% | - |
| HSV(B) | 235.45º | 0.43% | 0.6% | - |
| XYZ | 13.51 | 11.98 | 31.74 | - |
| YUV | 97.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 153 | 0.43 | 0.40 | 0 | 0.4 | 235.45 | 0.28 | 0.47 |
| Hex | 57 | 5C | 99 | 2B | 28 | 0 | 28 | EB | 1C | 2F |
| Octal | 127 | 134 | 231 | 53 | 50 | 0 | 50 | 353 | 34 | 57 |
| Binary | 1010111 | 1011100 | 10011001 | 101011 | 101000 | 0 | 101000 | 11101011 | 11100 | 101111 |
Color Harmonies of #575C99
Complementary color
Monochromatic Colors of #575C99
Black with #575C99
Text Example
Text Example
White with #575C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C99; }
p { color: rgb(87,92,153); }
H1.HeaderClassName
{
color: #575C99;
}
.AnyTagClassName
{
color: #575C99;
}
</style>
background-color css
<style>
a { background-color: #575C99; }
a { background-color: rgb(87,92,153); }
div.DivClassName
{
background-color: #575C99;
}
.BgClassName
{
background-color: #575C99;
}
</style>
border-color css
<style>
span { border-color: #575C99; }
span { border-color: rgb(87,92,153); }
td.TdClassName
{
border-color: #575C99;
}
.TagClassName
{
border-color: #575C99;
}
</style>