Shades of Governor Bay #575A8A
Tints of Governor Bay #575A8A
RGB
CMYK
RGB Variations
Color information
#575A8A (or 0x575A8A) is known color: Governor Bay. HEX triplet: 57, 5A and 8A. RGB value is (87,90,138). Sum of RGB (Red+Green+Blue) = 87+90+138=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #575A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A8A is #A8A575. Grayscale: #5E5E5E. Windows color (decimal): -11052406 or 9067095. OLE color: 9067095.
HSL color Cylindrical-coordinate representation of color #575A8A: hue angle of 236.47º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575A8A is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 90 | 138 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.46 |
| HSL | 236.47º | 0.23% | 0.44% | - |
| HSV(B) | 236.47º | 0.37% | 0.54% | - |
| XYZ | 12.17 | 11.17 | 25.56 | - |
| YUV | 94.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 138 | 0.37 | 0.35 | 0 | 0.46 | 236.47 | 0.23 | 0.44 |
| Hex | 57 | 5A | 8A | 25 | 23 | 0 | 2E | EC | 17 | 2C |
| Octal | 127 | 132 | 212 | 45 | 43 | 0 | 56 | 354 | 27 | 54 |
| Binary | 1010111 | 1011010 | 10001010 | 100101 | 100011 | 0 | 101110 | 11101100 | 10111 | 101100 |
Color Harmonies of #575A8A
Complementary color
Monochromatic Colors of #575A8A
Black with #575A8A
Text Example
Text Example
White with #575A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A8A; }
p { color: rgb(87,90,138); }
H1.HeaderClassName
{
color: #575A8A;
}
.AnyTagClassName
{
color: #575A8A;
}
</style>
background-color css
<style>
a { background-color: #575A8A; }
a { background-color: rgb(87,90,138); }
div.DivClassName
{
background-color: #575A8A;
}
.BgClassName
{
background-color: #575A8A;
}
</style>
border-color css
<style>
span { border-color: #575A8A; }
span { border-color: rgb(87,90,138); }
td.TdClassName
{
border-color: #575A8A;
}
.TagClassName
{
border-color: #575A8A;
}
</style>