Shades of Governor Bay #58639C
Tints of Governor Bay #58639C
RGB
CMYK
RGB Variations
Color information
#58639C (or 0x58639C) is known color: Governor Bay. HEX triplet: 58, 63 and 9C. RGB value is (88,99,156). Sum of RGB (Red+Green+Blue) = 88+99+156=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #58639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58639C is #A79C63. Grayscale: #656565. Windows color (decimal): -10984548 or 10249048. OLE color: 10249048.
HSL color Cylindrical-coordinate representation of color #58639C: hue angle of 230.29º 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 #58639C is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 99 | 156 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.39 |
| HSL | 230.29º | 0.28% | 0.48% | - |
| HSV(B) | 230.29º | 0.44% | 0.61% | - |
| XYZ | 14.49 | 13.4 | 33.28 | - |
| YUV | 102.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 156 | 0.44 | 0.37 | 0 | 0.39 | 230.29 | 0.28 | 0.48 |
| Hex | 58 | 63 | 9C | 2C | 25 | 0 | 27 | E6 | 1C | 30 |
| Octal | 130 | 143 | 234 | 54 | 45 | 0 | 47 | 346 | 34 | 60 |
| Binary | 1011000 | 1100011 | 10011100 | 101100 | 100101 | 0 | 100111 | 11100110 | 11100 | 110000 |
Color Harmonies of #58639C
Complementary color
Monochromatic Colors of #58639C
Black with #58639C
Text Example
Text Example
White with #58639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58639C; }
p { color: rgb(88,99,156); }
H1.HeaderClassName
{
color: #58639C;
}
.AnyTagClassName
{
color: #58639C;
}
</style>
background-color css
<style>
a { background-color: #58639C; }
a { background-color: rgb(88,99,156); }
div.DivClassName
{
background-color: #58639C;
}
.BgClassName
{
background-color: #58639C;
}
</style>
border-color css
<style>
span { border-color: #58639C; }
span { border-color: rgb(88,99,156); }
td.TdClassName
{
border-color: #58639C;
}
.TagClassName
{
border-color: #58639C;
}
</style>