Shades of Governor Bay #575D8C
Tints of Governor Bay #575D8C
RGB
CMYK
RGB Variations
Color information
#575D8C (or 0x575D8C) is known color: Governor Bay. HEX triplet: 57, 5D and 8C. RGB value is (87,93,140). Sum of RGB (Red+Green+Blue) = 87+93+140=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #575D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575D8C is #A8A273. Grayscale: #606060. Windows color (decimal): -11051636 or 9198935. OLE color: 9198935.
HSL color Cylindrical-coordinate representation of color #575D8C: hue angle of 233.21º degrees, saturation: 0.23, 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 #575D8C is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 93 | 140 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.45 |
| HSL | 233.21º | 0.23% | 0.45% | - |
| HSV(B) | 233.21º | 0.38% | 0.55% | - |
| XYZ | 12.58 | 11.75 | 26.42 | - |
| YUV | 96.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 140 | 0.38 | 0.34 | 0 | 0.45 | 233.21 | 0.23 | 0.45 |
| Hex | 57 | 5D | 8C | 26 | 22 | 0 | 2D | E9 | 17 | 2D |
| Octal | 127 | 135 | 214 | 46 | 42 | 0 | 55 | 351 | 27 | 55 |
| Binary | 1010111 | 1011101 | 10001100 | 100110 | 100010 | 0 | 101101 | 11101001 | 10111 | 101101 |
Color Harmonies of #575D8C
Complementary color
Monochromatic Colors of #575D8C
Black with #575D8C
Text Example
Text Example
White with #575D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D8C; }
p { color: rgb(87,93,140); }
H1.HeaderClassName
{
color: #575D8C;
}
.AnyTagClassName
{
color: #575D8C;
}
</style>
background-color css
<style>
a { background-color: #575D8C; }
a { background-color: rgb(87,93,140); }
div.DivClassName
{
background-color: #575D8C;
}
.BgClassName
{
background-color: #575D8C;
}
</style>
border-color css
<style>
span { border-color: #575D8C; }
span { border-color: rgb(87,93,140); }
td.TdClassName
{
border-color: #575D8C;
}
.TagClassName
{
border-color: #575D8C;
}
</style>