Shades of Governor Bay #57598B
Tints of Governor Bay #57598B
RGB
CMYK
RGB Variations
Color information
#57598B (or 0x57598B) is known color: Governor Bay. HEX triplet: 57, 59 and 8B. RGB value is (87,89,139). Sum of RGB (Red+Green+Blue) = 87+89+139=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #57598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57598B is #A8A674. Grayscale: #5D5D5D. Windows color (decimal): -11052661 or 9132375. OLE color: 9132375.
HSL color Cylindrical-coordinate representation of color #57598B: hue angle of 237.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57598B is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 89 | 139 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.45 |
| HSL | 237.69º | 0.23% | 0.44% | - |
| HSV(B) | 237.69º | 0.37% | 0.55% | - |
| XYZ | 12.16 | 11.04 | 25.92 | - |
| YUV | 94.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 139 | 0.37 | 0.36 | 0 | 0.45 | 237.69 | 0.23 | 0.44 |
| Hex | 57 | 59 | 8B | 25 | 24 | 0 | 2D | EE | 17 | 2C |
| Octal | 127 | 131 | 213 | 45 | 44 | 0 | 55 | 356 | 27 | 54 |
| Binary | 1010111 | 1011001 | 10001011 | 100101 | 100100 | 0 | 101101 | 11101110 | 10111 | 101100 |
Color Harmonies of #57598B
Complementary color
Monochromatic Colors of #57598B
Black with #57598B
Text Example
Text Example
White with #57598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57598B; }
p { color: rgb(87,89,139); }
H1.HeaderClassName
{
color: #57598B;
}
.AnyTagClassName
{
color: #57598B;
}
</style>
background-color css
<style>
a { background-color: #57598B; }
a { background-color: rgb(87,89,139); }
div.DivClassName
{
background-color: #57598B;
}
.BgClassName
{
background-color: #57598B;
}
</style>
border-color css
<style>
span { border-color: #57598B; }
span { border-color: rgb(87,89,139); }
td.TdClassName
{
border-color: #57598B;
}
.TagClassName
{
border-color: #57598B;
}
</style>