Shades of Governor Bay #575D8D
Tints of Governor Bay #575D8D
RGB
CMYK
RGB Variations
Color information
#575D8D (or 0x575D8D) is known color: Governor Bay. HEX triplet: 57, 5D and 8D. RGB value is (87,93,141). Sum of RGB (Red+Green+Blue) = 87+93+141=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #575D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D8D is #A8A272. Grayscale: #606060. Windows color (decimal): -11051635 or 9264471. OLE color: 9264471.
HSL color Cylindrical-coordinate representation of color #575D8D: hue angle of 233.33º degrees, saturation: 0.24, 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 #575D8D is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 93 | 141 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.45 |
| HSL | 233.33º | 0.24% | 0.45% | - |
| HSV(B) | 233.33º | 0.38% | 0.55% | - |
| XYZ | 12.65 | 11.78 | 26.81 | - |
| YUV | 96.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 141 | 0.38 | 0.34 | 0 | 0.45 | 233.33 | 0.24 | 0.45 |
| Hex | 57 | 5D | 8D | 26 | 22 | 0 | 2D | E9 | 18 | 2D |
| Octal | 127 | 135 | 215 | 46 | 42 | 0 | 55 | 351 | 30 | 55 |
| Binary | 1010111 | 1011101 | 10001101 | 100110 | 100010 | 0 | 101101 | 11101001 | 11000 | 101101 |
Color Harmonies of #575D8D
Complementary color
Monochromatic Colors of #575D8D
Black with #575D8D
Text Example
Text Example
White with #575D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D8D; }
p { color: rgb(87,93,141); }
H1.HeaderClassName
{
color: #575D8D;
}
.AnyTagClassName
{
color: #575D8D;
}
</style>
background-color css
<style>
a { background-color: #575D8D; }
a { background-color: rgb(87,93,141); }
div.DivClassName
{
background-color: #575D8D;
}
.BgClassName
{
background-color: #575D8D;
}
</style>
border-color css
<style>
span { border-color: #575D8D; }
span { border-color: rgb(87,93,141); }
td.TdClassName
{
border-color: #575D8D;
}
.TagClassName
{
border-color: #575D8D;
}
</style>