Shades of Governor Bay #58629B
Tints of Governor Bay #58629B
RGB
CMYK
RGB Variations
Color information
#58629B (or 0x58629B) is known color: Governor Bay. HEX triplet: 58, 62 and 9B. RGB value is (88,98,155). Sum of RGB (Red+Green+Blue) = 88+98+155=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #58629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58629B is #A79D64. Grayscale: #656565. Windows color (decimal): -10984805 or 10183256. OLE color: 10183256.
HSL color Cylindrical-coordinate representation of color #58629B: hue angle of 231.04º 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 #58629B is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 98 | 155 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.39 |
| HSL | 231.04º | 0.28% | 0.48% | - |
| HSV(B) | 231.04º | 0.43% | 0.61% | - |
| XYZ | 14.31 | 13.18 | 32.8 | - |
| YUV | 101.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 155 | 0.43 | 0.37 | 0 | 0.39 | 231.04 | 0.28 | 0.48 |
| Hex | 58 | 62 | 9B | 2B | 25 | 0 | 27 | E7 | 1C | 30 |
| Octal | 130 | 142 | 233 | 53 | 45 | 0 | 47 | 347 | 34 | 60 |
| Binary | 1011000 | 1100010 | 10011011 | 101011 | 100101 | 0 | 100111 | 11100111 | 11100 | 110000 |
Color Harmonies of #58629B
Complementary color
Monochromatic Colors of #58629B
Black with #58629B
Text Example
Text Example
White with #58629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58629B; }
p { color: rgb(88,98,155); }
H1.HeaderClassName
{
color: #58629B;
}
.AnyTagClassName
{
color: #58629B;
}
</style>
background-color css
<style>
a { background-color: #58629B; }
a { background-color: rgb(88,98,155); }
div.DivClassName
{
background-color: #58629B;
}
.BgClassName
{
background-color: #58629B;
}
</style>
border-color css
<style>
span { border-color: #58629B; }
span { border-color: rgb(88,98,155); }
td.TdClassName
{
border-color: #58629B;
}
.TagClassName
{
border-color: #58629B;
}
</style>