Shades of Governor Bay #575C90
Tints of Governor Bay #575C90
RGB
CMYK
RGB Variations
Color information
#575C90 (or 0x575C90) is known color: Governor Bay. HEX triplet: 57, 5C and 90. RGB value is (87,92,144). Sum of RGB (Red+Green+Blue) = 87+92+144=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #575C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C90 is #A8A36F. Grayscale: #606060. Windows color (decimal): -11051888 or 9460823. OLE color: 9460823.
HSL color Cylindrical-coordinate representation of color #575C90: hue angle of 234.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575C90 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 92 | 144 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.44 |
| HSL | 234.74º | 0.25% | 0.45% | - |
| HSV(B) | 234.74º | 0.4% | 0.56% | - |
| XYZ | 12.79 | 11.69 | 27.97 | - |
| YUV | 96.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 144 | 0.40 | 0.36 | 0 | 0.44 | 234.74 | 0.25 | 0.45 |
| Hex | 57 | 5C | 90 | 28 | 24 | 0 | 2C | EB | 19 | 2D |
| Octal | 127 | 134 | 220 | 50 | 44 | 0 | 54 | 353 | 31 | 55 |
| Binary | 1010111 | 1011100 | 10010000 | 101000 | 100100 | 0 | 101100 | 11101011 | 11001 | 101101 |
Color Harmonies of #575C90
Complementary color
Monochromatic Colors of #575C90
Black with #575C90
Text Example
Text Example
White with #575C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C90; }
p { color: rgb(87,92,144); }
H1.HeaderClassName
{
color: #575C90;
}
.AnyTagClassName
{
color: #575C90;
}
</style>
background-color css
<style>
a { background-color: #575C90; }
a { background-color: rgb(87,92,144); }
div.DivClassName
{
background-color: #575C90;
}
.BgClassName
{
background-color: #575C90;
}
</style>
border-color css
<style>
span { border-color: #575C90; }
span { border-color: rgb(87,92,144); }
td.TdClassName
{
border-color: #575C90;
}
.TagClassName
{
border-color: #575C90;
}
</style>