Shades of Governor Bay #58639D
Tints of Governor Bay #58639D
RGB
CMYK
RGB Variations
Color information
#58639D (or 0x58639D) is known color: Governor Bay. HEX triplet: 58, 63 and 9D. RGB value is (88,99,157). Sum of RGB (Red+Green+Blue) = 88+99+157=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #58639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58639D is #A79C62. Grayscale: #666666. Windows color (decimal): -10984547 or 10314584. OLE color: 10314584.
HSL color Cylindrical-coordinate representation of color #58639D: hue angle of 230.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58639D is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 99 | 157 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.38 |
| HSL | 230.43º | 0.28% | 0.48% | - |
| HSV(B) | 230.43º | 0.44% | 0.62% | - |
| XYZ | 14.57 | 13.43 | 33.72 | - |
| YUV | 102.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 157 | 0.44 | 0.37 | 0 | 0.38 | 230.43 | 0.28 | 0.48 |
| Hex | 58 | 63 | 9D | 2C | 25 | 0 | 26 | E6 | 1C | 30 |
| Octal | 130 | 143 | 235 | 54 | 45 | 0 | 46 | 346 | 34 | 60 |
| Binary | 1011000 | 1100011 | 10011101 | 101100 | 100101 | 0 | 100110 | 11100110 | 11100 | 110000 |
Color Harmonies of #58639D
Complementary color
Monochromatic Colors of #58639D
Black with #58639D
Text Example
Text Example
White with #58639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58639D; }
p { color: rgb(88,99,157); }
H1.HeaderClassName
{
color: #58639D;
}
.AnyTagClassName
{
color: #58639D;
}
</style>
background-color css
<style>
a { background-color: #58639D; }
a { background-color: rgb(88,99,157); }
div.DivClassName
{
background-color: #58639D;
}
.BgClassName
{
background-color: #58639D;
}
</style>
border-color css
<style>
span { border-color: #58639D; }
span { border-color: rgb(88,99,157); }
td.TdClassName
{
border-color: #58639D;
}
.TagClassName
{
border-color: #58639D;
}
</style>