Shades of Governor Bay #575A90
Tints of Governor Bay #575A90
RGB
CMYK
RGB Variations
Color information
#575A90 (or 0x575A90) is known color: Governor Bay. HEX triplet: 57, 5A and 90. RGB value is (87,90,144). Sum of RGB (Red+Green+Blue) = 87+90+144=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #575A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A90 is #A8A56F. Grayscale: #5F5F5F. Windows color (decimal): -11052400 or 9460311. OLE color: 9460311.
HSL color Cylindrical-coordinate representation of color #575A90: hue angle of 236.84º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575A90 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 90 | 144 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.44 |
| HSL | 236.84º | 0.25% | 0.45% | - |
| HSV(B) | 236.84º | 0.4% | 0.56% | - |
| XYZ | 12.62 | 11.35 | 27.91 | - |
| YUV | 95.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 144 | 0.40 | 0.37 | 0 | 0.44 | 236.84 | 0.25 | 0.45 |
| Hex | 57 | 5A | 90 | 28 | 25 | 0 | 2C | ED | 19 | 2D |
| Octal | 127 | 132 | 220 | 50 | 45 | 0 | 54 | 355 | 31 | 55 |
| Binary | 1010111 | 1011010 | 10010000 | 101000 | 100101 | 0 | 101100 | 11101101 | 11001 | 101101 |
Color Harmonies of #575A90
Complementary color
Monochromatic Colors of #575A90
Black with #575A90
Text Example
Text Example
White with #575A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A90; }
p { color: rgb(87,90,144); }
H1.HeaderClassName
{
color: #575A90;
}
.AnyTagClassName
{
color: #575A90;
}
</style>
background-color css
<style>
a { background-color: #575A90; }
a { background-color: rgb(87,90,144); }
div.DivClassName
{
background-color: #575A90;
}
.BgClassName
{
background-color: #575A90;
}
</style>
border-color css
<style>
span { border-color: #575A90; }
span { border-color: rgb(87,90,144); }
td.TdClassName
{
border-color: #575A90;
}
.TagClassName
{
border-color: #575A90;
}
</style>