Shades of Governor Bay #575A8C
Tints of Governor Bay #575A8C
RGB
CMYK
RGB Variations
Color information
#575A8C (or 0x575A8C) is known color: Governor Bay. HEX triplet: 57, 5A and 8C. RGB value is (87,90,140). Sum of RGB (Red+Green+Blue) = 87+90+140=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #575A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A8C is #A8A573. Grayscale: #5E5E5E. Windows color (decimal): -11052404 or 9198167. OLE color: 9198167.
HSL color Cylindrical-coordinate representation of color #575A8C: hue angle of 236.6º 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 #575A8C is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 90 | 140 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.45 |
| HSL | 236.6º | 0.23% | 0.45% | - |
| HSV(B) | 236.6º | 0.38% | 0.55% | - |
| XYZ | 12.32 | 11.23 | 26.33 | - |
| YUV | 94.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 140 | 0.38 | 0.36 | 0 | 0.45 | 236.6 | 0.23 | 0.45 |
| Hex | 57 | 5A | 8C | 26 | 24 | 0 | 2D | ED | 17 | 2D |
| Octal | 127 | 132 | 214 | 46 | 44 | 0 | 55 | 355 | 27 | 55 |
| Binary | 1010111 | 1011010 | 10001100 | 100110 | 100100 | 0 | 101101 | 11101101 | 10111 | 101101 |
Color Harmonies of #575A8C
Complementary color
Monochromatic Colors of #575A8C
Black with #575A8C
Text Example
Text Example
White with #575A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A8C; }
p { color: rgb(87,90,140); }
H1.HeaderClassName
{
color: #575A8C;
}
.AnyTagClassName
{
color: #575A8C;
}
</style>
background-color css
<style>
a { background-color: #575A8C; }
a { background-color: rgb(87,90,140); }
div.DivClassName
{
background-color: #575A8C;
}
.BgClassName
{
background-color: #575A8C;
}
</style>
border-color css
<style>
span { border-color: #575A8C; }
span { border-color: rgb(87,90,140); }
td.TdClassName
{
border-color: #575A8C;
}
.TagClassName
{
border-color: #575A8C;
}
</style>