Shades of Governor Bay #585A8A
Tints of Governor Bay #585A8A
RGB
CMYK
RGB Variations
Color information
#585A8A (or 0x585A8A) is known color: Governor Bay. HEX triplet: 58, 5A and 8A. RGB value is (88,90,138). Sum of RGB (Red+Green+Blue) = 88+90+138=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #585A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A8A is #A7A575. Grayscale: #5E5E5E. Windows color (decimal): -10986870 or 9067096. OLE color: 9067096.
HSL color Cylindrical-coordinate representation of color #585A8A: hue angle of 237.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #585A8A is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 90 | 138 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.46 |
| HSL | 237.6º | 0.22% | 0.44% | - |
| HSV(B) | 237.6º | 0.36% | 0.54% | - |
| XYZ | 12.27 | 11.22 | 25.56 | - |
| YUV | 94.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 138 | 0.36 | 0.35 | 0 | 0.46 | 237.6 | 0.22 | 0.44 |
| Hex | 58 | 5A | 8A | 24 | 23 | 0 | 2E | EE | 16 | 2C |
| Octal | 130 | 132 | 212 | 44 | 43 | 0 | 56 | 356 | 26 | 54 |
| Binary | 1011000 | 1011010 | 10001010 | 100100 | 100011 | 0 | 101110 | 11101110 | 10110 | 101100 |
Color Harmonies of #585A8A
Complementary color
Monochromatic Colors of #585A8A
Black with #585A8A
Text Example
Text Example
White with #585A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A8A; }
p { color: rgb(88,90,138); }
H1.HeaderClassName
{
color: #585A8A;
}
.AnyTagClassName
{
color: #585A8A;
}
</style>
background-color css
<style>
a { background-color: #585A8A; }
a { background-color: rgb(88,90,138); }
div.DivClassName
{
background-color: #585A8A;
}
.BgClassName
{
background-color: #585A8A;
}
</style>
border-color css
<style>
span { border-color: #585A8A; }
span { border-color: rgb(88,90,138); }
td.TdClassName
{
border-color: #585A8A;
}
.TagClassName
{
border-color: #585A8A;
}
</style>