Shades of Governor Bay #53548C
Tints of Governor Bay #53548C
RGB
CMYK
RGB Variations
Color information
#53548C (or 0x53548C) is known color: Governor Bay. HEX triplet: 53, 54 and 8C. RGB value is (83,84,140). Sum of RGB (Red+Green+Blue) = 83+84+140=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #53548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53548C is #ACAB73. Grayscale: #595959. Windows color (decimal): -11316084 or 9196627. OLE color: 9196627.
HSL color Cylindrical-coordinate representation of color #53548C: hue angle of 238.95º 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 #53548C is Cyan = 0.41, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 84 | 140 | - |
| CMYK | 0.41 | 0.4 | 0 | 0.45 |
| HSL | 238.95º | 0.26% | 0.44% | - |
| HSV(B) | 238.95º | 0.41% | 0.55% | - |
| XYZ | 11.47 | 10.07 | 26.15 | - |
| YUV | 90.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 140 | 0.41 | 0.4 | 0 | 0.45 | 238.95 | 0.26 | 0.44 |
| Hex | 53 | 54 | 8C | 29 | 28 | 0 | 2D | EF | 1A | 2C |
| Octal | 123 | 124 | 214 | 51 | 50 | 0 | 55 | 357 | 32 | 54 |
| Binary | 1010011 | 1010100 | 10001100 | 101001 | 101000 | 0 | 101101 | 11101111 | 11010 | 101100 |
Color Harmonies of #53548C
Complementary color
Monochromatic Colors of #53548C
Black with #53548C
Text Example
Text Example
White with #53548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53548C; }
p { color: rgb(83,84,140); }
H1.HeaderClassName
{
color: #53548C;
}
.AnyTagClassName
{
color: #53548C;
}
</style>
background-color css
<style>
a { background-color: #53548C; }
a { background-color: rgb(83,84,140); }
div.DivClassName
{
background-color: #53548C;
}
.BgClassName
{
background-color: #53548C;
}
</style>
border-color css
<style>
span { border-color: #53548C; }
span { border-color: rgb(83,84,140); }
td.TdClassName
{
border-color: #53548C;
}
.TagClassName
{
border-color: #53548C;
}
</style>