Shades of Governor Bay #58649C
Tints of Governor Bay #58649C
RGB
CMYK
RGB Variations
Color information
#58649C (or 0x58649C) is known color: Governor Bay. HEX triplet: 58, 64 and 9C. RGB value is (88,100,156). Sum of RGB (Red+Green+Blue) = 88+100+156=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #58649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58649C is #A79B63. Grayscale: #666666. Windows color (decimal): -10984292 or 10249304. OLE color: 10249304.
HSL color Cylindrical-coordinate representation of color #58649C: hue angle of 229.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58649C is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 100 | 156 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.39 |
| HSL | 229.41º | 0.28% | 0.48% | - |
| HSV(B) | 229.41º | 0.44% | 0.61% | - |
| XYZ | 14.58 | 13.59 | 33.31 | - |
| YUV | 102.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 156 | 0.44 | 0.36 | 0 | 0.39 | 229.41 | 0.28 | 0.48 |
| Hex | 58 | 64 | 9C | 2C | 24 | 0 | 27 | E5 | 1C | 30 |
| Octal | 130 | 144 | 234 | 54 | 44 | 0 | 47 | 345 | 34 | 60 |
| Binary | 1011000 | 1100100 | 10011100 | 101100 | 100100 | 0 | 100111 | 11100101 | 11100 | 110000 |
Color Harmonies of #58649C
Complementary color
Monochromatic Colors of #58649C
Black with #58649C
Text Example
Text Example
White with #58649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58649C; }
p { color: rgb(88,100,156); }
H1.HeaderClassName
{
color: #58649C;
}
.AnyTagClassName
{
color: #58649C;
}
</style>
background-color css
<style>
a { background-color: #58649C; }
a { background-color: rgb(88,100,156); }
div.DivClassName
{
background-color: #58649C;
}
.BgClassName
{
background-color: #58649C;
}
</style>
border-color css
<style>
span { border-color: #58649C; }
span { border-color: rgb(88,100,156); }
td.TdClassName
{
border-color: #58649C;
}
.TagClassName
{
border-color: #58649C;
}
</style>