Shades of Governor Bay #575BA1
Tints of Governor Bay #575BA1
RGB
CMYK
RGB Variations
Color information
#575BA1 (or 0x575BA1) is known color: Governor Bay. HEX triplet: 57, 5B and A1. RGB value is (87,91,161). Sum of RGB (Red+Green+Blue) = 87+91+161=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #575BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BA1 is #A8A45E. Grayscale: #616161. Windows color (decimal): -11052127 or 10574679. OLE color: 10574679.
HSL color Cylindrical-coordinate representation of color #575BA1: hue angle of 236.76º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #575BA1 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 91 | 161 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.37 |
| HSL | 236.76º | 0.3% | 0.49% | - |
| HSV(B) | 236.76º | 0.46% | 0.63% | - |
| XYZ | 14.1 | 12.08 | 35.31 | - |
| YUV | 97.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 161 | 0.46 | 0.43 | 0 | 0.37 | 236.76 | 0.3 | 0.49 |
| Hex | 57 | 5B | A1 | 2E | 2B | 0 | 25 | ED | 1E | 31 |
| Octal | 127 | 133 | 241 | 56 | 53 | 0 | 45 | 355 | 36 | 61 |
| Binary | 1010111 | 1011011 | 10100001 | 101110 | 101011 | 0 | 100101 | 11101101 | 11110 | 110001 |
Color Harmonies of #575BA1
Complementary color
Monochromatic Colors of #575BA1
Black with #575BA1
Text Example
Text Example
White with #575BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BA1; }
p { color: rgb(87,91,161); }
H1.HeaderClassName
{
color: #575BA1;
}
.AnyTagClassName
{
color: #575BA1;
}
</style>
background-color css
<style>
a { background-color: #575BA1; }
a { background-color: rgb(87,91,161); }
div.DivClassName
{
background-color: #575BA1;
}
.BgClassName
{
background-color: #575BA1;
}
</style>
border-color css
<style>
span { border-color: #575BA1; }
span { border-color: rgb(87,91,161); }
td.TdClassName
{
border-color: #575BA1;
}
.TagClassName
{
border-color: #575BA1;
}
</style>