Shades of Governor Bay #575D93
Tints of Governor Bay #575D93
RGB
CMYK
RGB Variations
Color information
#575D93 (or 0x575D93) is known color: Governor Bay. HEX triplet: 57, 5D and 93. RGB value is (87,93,147). Sum of RGB (Red+Green+Blue) = 87+93+147=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #575D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D93 is #A8A26C. Grayscale: #616161. Windows color (decimal): -11051629 or 9657687. OLE color: 9657687.
HSL color Cylindrical-coordinate representation of color #575D93: hue angle of 234º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #575D93 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 93 | 147 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.42 |
| HSL | 234º | 0.26% | 0.46% | - |
| HSV(B) | 234º | 0.41% | 0.58% | - |
| XYZ | 13.11 | 11.96 | 29.22 | - |
| YUV | 97.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 147 | 0.41 | 0.37 | 0 | 0.42 | 234 | 0.26 | 0.46 |
| Hex | 57 | 5D | 93 | 29 | 25 | 0 | 2A | EA | 1A | 2E |
| Octal | 127 | 135 | 223 | 51 | 45 | 0 | 52 | 352 | 32 | 56 |
| Binary | 1010111 | 1011101 | 10010011 | 101001 | 100101 | 0 | 101010 | 11101010 | 11010 | 101110 |
Color Harmonies of #575D93
Complementary color
Monochromatic Colors of #575D93
Black with #575D93
Text Example
Text Example
White with #575D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D93; }
p { color: rgb(87,93,147); }
H1.HeaderClassName
{
color: #575D93;
}
.AnyTagClassName
{
color: #575D93;
}
</style>
background-color css
<style>
a { background-color: #575D93; }
a { background-color: rgb(87,93,147); }
div.DivClassName
{
background-color: #575D93;
}
.BgClassName
{
background-color: #575D93;
}
</style>
border-color css
<style>
span { border-color: #575D93; }
span { border-color: rgb(87,93,147); }
td.TdClassName
{
border-color: #575D93;
}
.TagClassName
{
border-color: #575D93;
}
</style>