Shades of Governor Bay #53558B
Tints of Governor Bay #53558B
RGB
CMYK
RGB Variations
Color information
#53558B (or 0x53558B) is known color: Governor Bay. HEX triplet: 53, 55 and 8B. RGB value is (83,85,139). Sum of RGB (Red+Green+Blue) = 83+85+139=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #53558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53558B is #ACAA74. Grayscale: #5A5A5A. Windows color (decimal): -11315829 or 9131347. OLE color: 9131347.
HSL color Cylindrical-coordinate representation of color #53558B: hue angle of 237.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53558B is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 85 | 139 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.45 |
| HSL | 237.86º | 0.25% | 0.44% | - |
| HSV(B) | 237.86º | 0.4% | 0.55% | - |
| XYZ | 11.48 | 10.2 | 25.79 | - |
| YUV | 90.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 139 | 0.40 | 0.39 | 0 | 0.45 | 237.86 | 0.25 | 0.44 |
| Hex | 53 | 55 | 8B | 28 | 27 | 0 | 2D | EE | 19 | 2C |
| Octal | 123 | 125 | 213 | 50 | 47 | 0 | 55 | 356 | 31 | 54 |
| Binary | 1010011 | 1010101 | 10001011 | 101000 | 100111 | 0 | 101101 | 11101110 | 11001 | 101100 |
Color Harmonies of #53558B
Complementary color
Monochromatic Colors of #53558B
Black with #53558B
Text Example
Text Example
White with #53558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53558B; }
p { color: rgb(83,85,139); }
H1.HeaderClassName
{
color: #53558B;
}
.AnyTagClassName
{
color: #53558B;
}
</style>
background-color css
<style>
a { background-color: #53558B; }
a { background-color: rgb(83,85,139); }
div.DivClassName
{
background-color: #53558B;
}
.BgClassName
{
background-color: #53558B;
}
</style>
border-color css
<style>
span { border-color: #53558B; }
span { border-color: rgb(83,85,139); }
td.TdClassName
{
border-color: #53558B;
}
.TagClassName
{
border-color: #53558B;
}
</style>