Shades of Governor Bay #54529D
Tints of Governor Bay #54529D
RGB
CMYK
RGB Variations
Color information
#54529D (or 0x54529D) is known color: Governor Bay. HEX triplet: 54, 52 and 9D. RGB value is (84,82,157). Sum of RGB (Red+Green+Blue) = 84+82+157=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #54529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54529D is #ABAD62. Grayscale: #5A5A5A. Windows color (decimal): -11251043 or 10310228. OLE color: 10310228.
HSL color Cylindrical-coordinate representation of color #54529D: hue angle of 241.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54529D is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 82 | 157 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.38 |
| HSL | 241.6º | 0.31% | 0.47% | - |
| HSV(B) | 241.6º | 0.48% | 0.62% | - |
| XYZ | 12.76 | 10.35 | 33.22 | - |
| YUV | 91.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 157 | 0.46 | 0.48 | 0 | 0.38 | 241.6 | 0.31 | 0.47 |
| Hex | 54 | 52 | 9D | 2E | 30 | 0 | 26 | F2 | 1F | 2F |
| Octal | 124 | 122 | 235 | 56 | 60 | 0 | 46 | 362 | 37 | 57 |
| Binary | 1010100 | 1010010 | 10011101 | 101110 | 110000 | 0 | 100110 | 11110010 | 11111 | 101111 |
Color Harmonies of #54529D
Complementary color
Monochromatic Colors of #54529D
Black with #54529D
Text Example
Text Example
White with #54529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54529D; }
p { color: rgb(84,82,157); }
H1.HeaderClassName
{
color: #54529D;
}
.AnyTagClassName
{
color: #54529D;
}
</style>
background-color css
<style>
a { background-color: #54529D; }
a { background-color: rgb(84,82,157); }
div.DivClassName
{
background-color: #54529D;
}
.BgClassName
{
background-color: #54529D;
}
</style>
border-color css
<style>
span { border-color: #54529D; }
span { border-color: rgb(84,82,157); }
td.TdClassName
{
border-color: #54529D;
}
.TagClassName
{
border-color: #54529D;
}
</style>