Shades of Governor Bay #585A9B
Tints of Governor Bay #585A9B
RGB
CMYK
RGB Variations
Color information
#585A9B (or 0x585A9B) is known color: Governor Bay. HEX triplet: 58, 5A and 9B. RGB value is (88,90,155). Sum of RGB (Red+Green+Blue) = 88+90+155=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #585A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A9B is #A7A564. Grayscale: #606060. Windows color (decimal): -10986853 or 10181208. OLE color: 10181208.
HSL color Cylindrical-coordinate representation of color #585A9B: hue angle of 238.21º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585A9B is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 90 | 155 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.39 |
| HSL | 238.21º | 0.28% | 0.48% | - |
| HSV(B) | 238.21º | 0.43% | 0.61% | - |
| XYZ | 13.6 | 11.75 | 32.56 | - |
| YUV | 96.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 155 | 0.43 | 0.42 | 0 | 0.39 | 238.21 | 0.28 | 0.48 |
| Hex | 58 | 5A | 9B | 2B | 2A | 0 | 27 | EE | 1C | 30 |
| Octal | 130 | 132 | 233 | 53 | 52 | 0 | 47 | 356 | 34 | 60 |
| Binary | 1011000 | 1011010 | 10011011 | 101011 | 101010 | 0 | 100111 | 11101110 | 11100 | 110000 |
Color Harmonies of #585A9B
Complementary color
Monochromatic Colors of #585A9B
Black with #585A9B
Text Example
Text Example
White with #585A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A9B; }
p { color: rgb(88,90,155); }
H1.HeaderClassName
{
color: #585A9B;
}
.AnyTagClassName
{
color: #585A9B;
}
</style>
background-color css
<style>
a { background-color: #585A9B; }
a { background-color: rgb(88,90,155); }
div.DivClassName
{
background-color: #585A9B;
}
.BgClassName
{
background-color: #585A9B;
}
</style>
border-color css
<style>
span { border-color: #585A9B; }
span { border-color: rgb(88,90,155); }
td.TdClassName
{
border-color: #585A9B;
}
.TagClassName
{
border-color: #585A9B;
}
</style>