Shades of Governor Bay #575B8F
Tints of Governor Bay #575B8F
RGB
CMYK
RGB Variations
Color information
#575B8F (or 0x575B8F) is known color: Governor Bay. HEX triplet: 57, 5B and 8F. RGB value is (87,91,143). Sum of RGB (Red+Green+Blue) = 87+91+143=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #575B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B8F is #A8A470. Grayscale: #5F5F5F. Windows color (decimal): -11052145 or 9395031. OLE color: 9395031.
HSL color Cylindrical-coordinate representation of color #575B8F: hue angle of 235.71º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575B8F is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 91 | 143 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.44 |
| HSL | 235.71º | 0.24% | 0.45% | - |
| HSV(B) | 235.71º | 0.39% | 0.56% | - |
| XYZ | 12.63 | 11.49 | 27.54 | - |
| YUV | 95.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 143 | 0.39 | 0.36 | 0 | 0.44 | 235.71 | 0.24 | 0.45 |
| Hex | 57 | 5B | 8F | 27 | 24 | 0 | 2C | EC | 18 | 2D |
| Octal | 127 | 133 | 217 | 47 | 44 | 0 | 54 | 354 | 30 | 55 |
| Binary | 1010111 | 1011011 | 10001111 | 100111 | 100100 | 0 | 101100 | 11101100 | 11000 | 101101 |
Color Harmonies of #575B8F
Complementary color
Monochromatic Colors of #575B8F
Black with #575B8F
Text Example
Text Example
White with #575B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B8F; }
p { color: rgb(87,91,143); }
H1.HeaderClassName
{
color: #575B8F;
}
.AnyTagClassName
{
color: #575B8F;
}
</style>
background-color css
<style>
a { background-color: #575B8F; }
a { background-color: rgb(87,91,143); }
div.DivClassName
{
background-color: #575B8F;
}
.BgClassName
{
background-color: #575B8F;
}
</style>
border-color css
<style>
span { border-color: #575B8F; }
span { border-color: rgb(87,91,143); }
td.TdClassName
{
border-color: #575B8F;
}
.TagClassName
{
border-color: #575B8F;
}
</style>