Shades of Governor Bay #58568A
Tints of Governor Bay #58568A
RGB
CMYK
RGB Variations
Color information
#58568A (or 0x58568A) is known color: Governor Bay. HEX triplet: 58, 56 and 8A. RGB value is (88,86,138). Sum of RGB (Red+Green+Blue) = 88+86+138=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #58568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58568A is #A7A975. Grayscale: #5C5C5C. Windows color (decimal): -10987894 or 9066072. OLE color: 9066072.
HSL color Cylindrical-coordinate representation of color #58568A: hue angle of 242.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58568A is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 86 | 138 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.46 |
| HSL | 242.31º | 0.23% | 0.44% | - |
| HSV(B) | 242.31º | 0.38% | 0.54% | - |
| XYZ | 11.94 | 10.57 | 25.45 | - |
| YUV | 92.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 138 | 0.36 | 0.38 | 0 | 0.46 | 242.31 | 0.23 | 0.44 |
| Hex | 58 | 56 | 8A | 24 | 26 | 0 | 2E | F2 | 17 | 2C |
| Octal | 130 | 126 | 212 | 44 | 46 | 0 | 56 | 362 | 27 | 54 |
| Binary | 1011000 | 1010110 | 10001010 | 100100 | 100110 | 0 | 101110 | 11110010 | 10111 | 101100 |
Color Harmonies of #58568A
Complementary color
Monochromatic Colors of #58568A
Black with #58568A
Text Example
Text Example
White with #58568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58568A; }
p { color: rgb(88,86,138); }
H1.HeaderClassName
{
color: #58568A;
}
.AnyTagClassName
{
color: #58568A;
}
</style>
background-color css
<style>
a { background-color: #58568A; }
a { background-color: rgb(88,86,138); }
div.DivClassName
{
background-color: #58568A;
}
.BgClassName
{
background-color: #58568A;
}
</style>
border-color css
<style>
span { border-color: #58568A; }
span { border-color: rgb(88,86,138); }
td.TdClassName
{
border-color: #58568A;
}
.TagClassName
{
border-color: #58568A;
}
</style>