Shades of Governor Bay #57588C
Tints of Governor Bay #57588C
RGB
CMYK
RGB Variations
Color information
#57588C (or 0x57588C) is known color: Governor Bay. HEX triplet: 57, 58 and 8C. RGB value is (87,88,140). Sum of RGB (Red+Green+Blue) = 87+88+140=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #57588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57588C is #A8A773. Grayscale: #5D5D5D. Windows color (decimal): -11052916 or 9197655. OLE color: 9197655.
HSL color Cylindrical-coordinate representation of color #57588C: hue angle of 238.87º degrees, saturation: 0.23, 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 #57588C is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 88 | 140 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.45 |
| HSL | 238.87º | 0.23% | 0.45% | - |
| HSV(B) | 238.87º | 0.38% | 0.55% | - |
| XYZ | 12.15 | 10.9 | 26.27 | - |
| YUV | 93.63 | 154.17 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 140 | 0.38 | 0.37 | 0 | 0.45 | 238.87 | 0.23 | 0.45 |
| Hex | 57 | 58 | 8C | 26 | 25 | 0 | 2D | EF | 17 | 2D |
| Octal | 127 | 130 | 214 | 46 | 45 | 0 | 55 | 357 | 27 | 55 |
| Binary | 1010111 | 1011000 | 10001100 | 100110 | 100101 | 0 | 101101 | 11101111 | 10111 | 101101 |
Color Harmonies of #57588C
Complementary color
Monochromatic Colors of #57588C
Black with #57588C
Text Example
Text Example
White with #57588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57588C; }
p { color: rgb(87,88,140); }
H1.HeaderClassName
{
color: #57588C;
}
.AnyTagClassName
{
color: #57588C;
}
</style>
background-color css
<style>
a { background-color: #57588C; }
a { background-color: rgb(87,88,140); }
div.DivClassName
{
background-color: #57588C;
}
.BgClassName
{
background-color: #57588C;
}
</style>
border-color css
<style>
span { border-color: #57588C; }
span { border-color: rgb(87,88,140); }
td.TdClassName
{
border-color: #57588C;
}
.TagClassName
{
border-color: #57588C;
}
</style>