Shades of Governor Bay #575F8B
Tints of Governor Bay #575F8B
RGB
CMYK
RGB Variations
Color information
#575F8B (or 0x575F8B) is known color: Governor Bay. HEX triplet: 57, 5F and 8B. RGB value is (87,95,139). Sum of RGB (Red+Green+Blue) = 87+95+139=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #575F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F8B is #A8A074. Grayscale: #616161. Windows color (decimal): -11051125 or 9133911. OLE color: 9133911.
HSL color Cylindrical-coordinate representation of color #575F8B: hue angle of 230.77º 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 #575F8B is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 95 | 139 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.45 |
| HSL | 230.77º | 0.23% | 0.44% | - |
| HSV(B) | 230.77º | 0.37% | 0.55% | - |
| XYZ | 12.68 | 12.07 | 26.09 | - |
| YUV | 97.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 139 | 0.37 | 0.32 | 0 | 0.45 | 230.77 | 0.23 | 0.44 |
| Hex | 57 | 5F | 8B | 25 | 20 | 0 | 2D | E7 | 17 | 2C |
| Octal | 127 | 137 | 213 | 45 | 40 | 0 | 55 | 347 | 27 | 54 |
| Binary | 1010111 | 1011111 | 10001011 | 100101 | 100000 | 0 | 101101 | 11100111 | 10111 | 101100 |
Color Harmonies of #575F8B
Complementary color
Monochromatic Colors of #575F8B
Black with #575F8B
Text Example
Text Example
White with #575F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F8B; }
p { color: rgb(87,95,139); }
H1.HeaderClassName
{
color: #575F8B;
}
.AnyTagClassName
{
color: #575F8B;
}
</style>
background-color css
<style>
a { background-color: #575F8B; }
a { background-color: rgb(87,95,139); }
div.DivClassName
{
background-color: #575F8B;
}
.BgClassName
{
background-color: #575F8B;
}
</style>
border-color css
<style>
span { border-color: #575F8B; }
span { border-color: rgb(87,95,139); }
td.TdClassName
{
border-color: #575F8B;
}
.TagClassName
{
border-color: #575F8B;
}
</style>