Shades of Governor Bay #575C86
Tints of Governor Bay #575C86
RGB
CMYK
RGB Variations
Color information
#575C86 (or 0x575C86) is known color: Governor Bay. HEX triplet: 57, 5C and 86. RGB value is (87,92,134). Sum of RGB (Red+Green+Blue) = 87+92+134=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #575C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C86 is #A8A379. Grayscale: #5F5F5F. Windows color (decimal): -11051898 or 8805463. OLE color: 8805463.
HSL color Cylindrical-coordinate representation of color #575C86: hue angle of 233.62º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #575C86 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 92 | 134 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.47 |
| HSL | 233.62º | 0.21% | 0.43% | - |
| HSV(B) | 233.62º | 0.35% | 0.53% | - |
| XYZ | 12.06 | 11.4 | 24.12 | - |
| YUV | 95.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 134 | 0.35 | 0.31 | 0 | 0.47 | 233.62 | 0.21 | 0.43 |
| Hex | 57 | 5C | 86 | 23 | 1F | 0 | 2F | EA | 15 | 2B |
| Octal | 127 | 134 | 206 | 43 | 37 | 0 | 57 | 352 | 25 | 53 |
| Binary | 1010111 | 1011100 | 10000110 | 100011 | 11111 | 0 | 101111 | 11101010 | 10101 | 101011 |
Color Harmonies of #575C86
Complementary color
Monochromatic Colors of #575C86
Black with #575C86
Text Example
Text Example
White with #575C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C86; }
p { color: rgb(87,92,134); }
H1.HeaderClassName
{
color: #575C86;
}
.AnyTagClassName
{
color: #575C86;
}
</style>
background-color css
<style>
a { background-color: #575C86; }
a { background-color: rgb(87,92,134); }
div.DivClassName
{
background-color: #575C86;
}
.BgClassName
{
background-color: #575C86;
}
</style>
border-color css
<style>
span { border-color: #575C86; }
span { border-color: rgb(87,92,134); }
td.TdClassName
{
border-color: #575C86;
}
.TagClassName
{
border-color: #575C86;
}
</style>