Shades of Governor Bay #54528D
Tints of Governor Bay #54528D
RGB
CMYK
RGB Variations
Color information
#54528D (or 0x54528D) is known color: Governor Bay. HEX triplet: 54, 52 and 8D. RGB value is (84,82,141). Sum of RGB (Red+Green+Blue) = 84+82+141=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #54528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54528D is #ABAD72. Grayscale: #595959. Windows color (decimal): -11251059 or 9261652. OLE color: 9261652.
HSL color Cylindrical-coordinate representation of color #54528D: hue angle of 242.03º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54528D is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 82 | 141 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.45 |
| HSL | 242.03º | 0.26% | 0.44% | - |
| HSV(B) | 242.03º | 0.42% | 0.55% | - |
| XYZ | 11.48 | 9.84 | 26.49 | - |
| YUV | 89.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 141 | 0.40 | 0.42 | 0 | 0.45 | 242.03 | 0.26 | 0.44 |
| Hex | 54 | 52 | 8D | 28 | 2A | 0 | 2D | F2 | 1A | 2C |
| Octal | 124 | 122 | 215 | 50 | 52 | 0 | 55 | 362 | 32 | 54 |
| Binary | 1010100 | 1010010 | 10001101 | 101000 | 101010 | 0 | 101101 | 11110010 | 11010 | 101100 |
Color Harmonies of #54528D
Complementary color
Monochromatic Colors of #54528D
Black with #54528D
Text Example
Text Example
White with #54528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54528D; }
p { color: rgb(84,82,141); }
H1.HeaderClassName
{
color: #54528D;
}
.AnyTagClassName
{
color: #54528D;
}
</style>
background-color css
<style>
a { background-color: #54528D; }
a { background-color: rgb(84,82,141); }
div.DivClassName
{
background-color: #54528D;
}
.BgClassName
{
background-color: #54528D;
}
</style>
border-color css
<style>
span { border-color: #54528D; }
span { border-color: rgb(84,82,141); }
td.TdClassName
{
border-color: #54528D;
}
.TagClassName
{
border-color: #54528D;
}
</style>