Shades of Governor Bay #575C8B
Tints of Governor Bay #575C8B
RGB
CMYK
RGB Variations
Color information
#575C8B (or 0x575C8B) is known color: Governor Bay. HEX triplet: 57, 5C and 8B. RGB value is (87,92,139). Sum of RGB (Red+Green+Blue) = 87+92+139=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #575C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C8B is #A8A374. Grayscale: #5F5F5F. Windows color (decimal): -11051893 or 9133143. OLE color: 9133143.
HSL color Cylindrical-coordinate representation of color #575C8B: hue angle of 234.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575C8B is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 92 | 139 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.45 |
| HSL | 234.23º | 0.23% | 0.44% | - |
| HSV(B) | 234.23º | 0.37% | 0.55% | - |
| XYZ | 12.42 | 11.54 | 26 | - |
| YUV | 95.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 139 | 0.37 | 0.34 | 0 | 0.45 | 234.23 | 0.23 | 0.44 |
| Hex | 57 | 5C | 8B | 25 | 22 | 0 | 2D | EA | 17 | 2C |
| Octal | 127 | 134 | 213 | 45 | 42 | 0 | 55 | 352 | 27 | 54 |
| Binary | 1010111 | 1011100 | 10001011 | 100101 | 100010 | 0 | 101101 | 11101010 | 10111 | 101100 |
Color Harmonies of #575C8B
Complementary color
Monochromatic Colors of #575C8B
Black with #575C8B
Text Example
Text Example
White with #575C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C8B; }
p { color: rgb(87,92,139); }
H1.HeaderClassName
{
color: #575C8B;
}
.AnyTagClassName
{
color: #575C8B;
}
</style>
background-color css
<style>
a { background-color: #575C8B; }
a { background-color: rgb(87,92,139); }
div.DivClassName
{
background-color: #575C8B;
}
.BgClassName
{
background-color: #575C8B;
}
</style>
border-color css
<style>
span { border-color: #575C8B; }
span { border-color: rgb(87,92,139); }
td.TdClassName
{
border-color: #575C8B;
}
.TagClassName
{
border-color: #575C8B;
}
</style>