Shades of Governor Bay #575C8F
Tints of Governor Bay #575C8F
RGB
CMYK
RGB Variations
Color information
#575C8F (or 0x575C8F) is known color: Governor Bay. HEX triplet: 57, 5C and 8F. RGB value is (87,92,143). Sum of RGB (Red+Green+Blue) = 87+92+143=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #575C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C8F is #A8A370. Grayscale: #606060. Windows color (decimal): -11051889 or 9395287. OLE color: 9395287.
HSL color Cylindrical-coordinate representation of color #575C8F: hue angle of 234.64º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575C8F is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 92 | 143 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.44 |
| HSL | 234.64º | 0.24% | 0.45% | - |
| HSV(B) | 234.64º | 0.39% | 0.56% | - |
| XYZ | 12.72 | 11.66 | 27.57 | - |
| YUV | 96.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 143 | 0.39 | 0.36 | 0 | 0.44 | 234.64 | 0.24 | 0.45 |
| Hex | 57 | 5C | 8F | 27 | 24 | 0 | 2C | EB | 18 | 2D |
| Octal | 127 | 134 | 217 | 47 | 44 | 0 | 54 | 353 | 30 | 55 |
| Binary | 1010111 | 1011100 | 10001111 | 100111 | 100100 | 0 | 101100 | 11101011 | 11000 | 101101 |
Color Harmonies of #575C8F
Complementary color
Monochromatic Colors of #575C8F
Black with #575C8F
Text Example
Text Example
White with #575C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C8F; }
p { color: rgb(87,92,143); }
H1.HeaderClassName
{
color: #575C8F;
}
.AnyTagClassName
{
color: #575C8F;
}
</style>
background-color css
<style>
a { background-color: #575C8F; }
a { background-color: rgb(87,92,143); }
div.DivClassName
{
background-color: #575C8F;
}
.BgClassName
{
background-color: #575C8F;
}
</style>
border-color css
<style>
span { border-color: #575C8F; }
span { border-color: rgb(87,92,143); }
td.TdClassName
{
border-color: #575C8F;
}
.TagClassName
{
border-color: #575C8F;
}
</style>