Shades of Governor Bay #575D94
Tints of Governor Bay #575D94
RGB
CMYK
RGB Variations
Color information
#575D94 (or 0x575D94) is known color: Governor Bay. HEX triplet: 57, 5D and 94. RGB value is (87,93,148). Sum of RGB (Red+Green+Blue) = 87+93+148=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #575D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D94 is #A8A26B. Grayscale: #616161. Windows color (decimal): -11051628 or 9723223. OLE color: 9723223.
HSL color Cylindrical-coordinate representation of color #575D94: hue angle of 234.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #575D94 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 93 | 148 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.42 |
| HSL | 234.1º | 0.26% | 0.46% | - |
| HSV(B) | 234.1º | 0.41% | 0.58% | - |
| XYZ | 13.19 | 11.99 | 29.64 | - |
| YUV | 97.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 148 | 0.41 | 0.37 | 0 | 0.42 | 234.1 | 0.26 | 0.46 |
| Hex | 57 | 5D | 94 | 29 | 25 | 0 | 2A | EA | 1A | 2E |
| Octal | 127 | 135 | 224 | 51 | 45 | 0 | 52 | 352 | 32 | 56 |
| Binary | 1010111 | 1011101 | 10010100 | 101001 | 100101 | 0 | 101010 | 11101010 | 11010 | 101110 |
Color Harmonies of #575D94
Complementary color
Monochromatic Colors of #575D94
Black with #575D94
Text Example
Text Example
White with #575D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D94; }
p { color: rgb(87,93,148); }
H1.HeaderClassName
{
color: #575D94;
}
.AnyTagClassName
{
color: #575D94;
}
</style>
background-color css
<style>
a { background-color: #575D94; }
a { background-color: rgb(87,93,148); }
div.DivClassName
{
background-color: #575D94;
}
.BgClassName
{
background-color: #575D94;
}
</style>
border-color css
<style>
span { border-color: #575D94; }
span { border-color: rgb(87,93,148); }
td.TdClassName
{
border-color: #575D94;
}
.TagClassName
{
border-color: #575D94;
}
</style>