Shades of Governor Bay #575A92
Tints of Governor Bay #575A92
RGB
CMYK
RGB Variations
Color information
#575A92 (or 0x575A92) is known color: Governor Bay. HEX triplet: 57, 5A and 92. RGB value is (87,90,146). Sum of RGB (Red+Green+Blue) = 87+90+146=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #575A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A92 is #A8A56D. Grayscale: #5F5F5F. Windows color (decimal): -11052398 or 9591383. OLE color: 9591383.
HSL color Cylindrical-coordinate representation of color #575A92: hue angle of 236.95º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575A92 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 90 | 146 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.43 |
| HSL | 236.95º | 0.25% | 0.46% | - |
| HSV(B) | 236.95º | 0.4% | 0.57% | - |
| XYZ | 12.77 | 11.41 | 28.72 | - |
| YUV | 95.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 146 | 0.40 | 0.38 | 0 | 0.43 | 236.95 | 0.25 | 0.46 |
| Hex | 57 | 5A | 92 | 28 | 26 | 0 | 2B | ED | 19 | 2E |
| Octal | 127 | 132 | 222 | 50 | 46 | 0 | 53 | 355 | 31 | 56 |
| Binary | 1010111 | 1011010 | 10010010 | 101000 | 100110 | 0 | 101011 | 11101101 | 11001 | 101110 |
Color Harmonies of #575A92
Complementary color
Monochromatic Colors of #575A92
Black with #575A92
Text Example
Text Example
White with #575A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A92; }
p { color: rgb(87,90,146); }
H1.HeaderClassName
{
color: #575A92;
}
.AnyTagClassName
{
color: #575A92;
}
</style>
background-color css
<style>
a { background-color: #575A92; }
a { background-color: rgb(87,90,146); }
div.DivClassName
{
background-color: #575A92;
}
.BgClassName
{
background-color: #575A92;
}
</style>
border-color css
<style>
span { border-color: #575A92; }
span { border-color: rgb(87,90,146); }
td.TdClassName
{
border-color: #575A92;
}
.TagClassName
{
border-color: #575A92;
}
</style>