Shades of Governor Bay #57578D
Tints of Governor Bay #57578D
RGB
CMYK
RGB Variations
Color information
#57578D (or 0x57578D) is known color: Governor Bay. HEX triplet: 57, 57 and 8D. RGB value is (87,87,141). Sum of RGB (Red+Green+Blue) = 87+87+141=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #57578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57578D is #A8A872. Grayscale: #5C5C5C. Windows color (decimal): -11053171 or 9262935. OLE color: 9262935.
HSL color Cylindrical-coordinate representation of color #57578D: hue angle of 240º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57578D is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 87 | 141 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.45 |
| HSL | 240º | 0.24% | 0.45% | - |
| HSV(B) | 240º | 0.38% | 0.55% | - |
| XYZ | 12.15 | 10.77 | 26.64 | - |
| YUV | 93.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 141 | 0.38 | 0.38 | 0 | 0.45 | 240 | 0.24 | 0.45 |
| Hex | 57 | 57 | 8D | 26 | 26 | 0 | 2D | F0 | 18 | 2D |
| Octal | 127 | 127 | 215 | 46 | 46 | 0 | 55 | 360 | 30 | 55 |
| Binary | 1010111 | 1010111 | 10001101 | 100110 | 100110 | 0 | 101101 | 11110000 | 11000 | 101101 |
Color Harmonies of #57578D
Complementary color
Monochromatic Colors of #57578D
Black with #57578D
Text Example
Text Example
White with #57578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57578D; }
p { color: rgb(87,87,141); }
H1.HeaderClassName
{
color: #57578D;
}
.AnyTagClassName
{
color: #57578D;
}
</style>
background-color css
<style>
a { background-color: #57578D; }
a { background-color: rgb(87,87,141); }
div.DivClassName
{
background-color: #57578D;
}
.BgClassName
{
background-color: #57578D;
}
</style>
border-color css
<style>
span { border-color: #57578D; }
span { border-color: rgb(87,87,141); }
td.TdClassName
{
border-color: #57578D;
}
.TagClassName
{
border-color: #57578D;
}
</style>