Shades of Governor Bay #53588D
Tints of Governor Bay #53588D
RGB
CMYK
RGB Variations
Color information
#53588D (or 0x53588D) is known color: Governor Bay. HEX triplet: 53, 58 and 8D. RGB value is (83,88,141). Sum of RGB (Red+Green+Blue) = 83+88+141=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #53588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53588D is #ACA772. Grayscale: #5C5C5C. Windows color (decimal): -11315059 or 9263187. OLE color: 9263187.
HSL color Cylindrical-coordinate representation of color #53588D: hue angle of 234.83º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53588D is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 88 | 141 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.45 |
| HSL | 234.83º | 0.26% | 0.44% | - |
| HSV(B) | 234.83º | 0.41% | 0.55% | - |
| XYZ | 11.86 | 10.74 | 26.65 | - |
| YUV | 92.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 141 | 0.41 | 0.38 | 0 | 0.45 | 234.83 | 0.26 | 0.44 |
| Hex | 53 | 58 | 8D | 29 | 26 | 0 | 2D | EB | 1A | 2C |
| Octal | 123 | 130 | 215 | 51 | 46 | 0 | 55 | 353 | 32 | 54 |
| Binary | 1010011 | 1011000 | 10001101 | 101001 | 100110 | 0 | 101101 | 11101011 | 11010 | 101100 |
Color Harmonies of #53588D
Complementary color
Monochromatic Colors of #53588D
Black with #53588D
Text Example
Text Example
White with #53588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53588D; }
p { color: rgb(83,88,141); }
H1.HeaderClassName
{
color: #53588D;
}
.AnyTagClassName
{
color: #53588D;
}
</style>
background-color css
<style>
a { background-color: #53588D; }
a { background-color: rgb(83,88,141); }
div.DivClassName
{
background-color: #53588D;
}
.BgClassName
{
background-color: #53588D;
}
</style>
border-color css
<style>
span { border-color: #53588D; }
span { border-color: rgb(83,88,141); }
td.TdClassName
{
border-color: #53588D;
}
.TagClassName
{
border-color: #53588D;
}
</style>