Shades of Governor Bay #54529C
Tints of Governor Bay #54529C
RGB
CMYK
RGB Variations
Color information
#54529C (or 0x54529C) is known color: Governor Bay. HEX triplet: 54, 52 and 9C. RGB value is (84,82,156). Sum of RGB (Red+Green+Blue) = 84+82+156=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #54529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54529C is #ABAD63. Grayscale: #5A5A5A. Windows color (decimal): -11251044 or 10244692. OLE color: 10244692.
HSL color Cylindrical-coordinate representation of color #54529C: hue angle of 241.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54529C is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 82 | 156 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.39 |
| HSL | 241.62º | 0.31% | 0.47% | - |
| HSV(B) | 241.62º | 0.47% | 0.61% | - |
| XYZ | 12.67 | 10.32 | 32.78 | - |
| YUV | 91.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 156 | 0.46 | 0.47 | 0 | 0.39 | 241.62 | 0.31 | 0.47 |
| Hex | 54 | 52 | 9C | 2E | 2F | 0 | 27 | F2 | 1F | 2F |
| Octal | 124 | 122 | 234 | 56 | 57 | 0 | 47 | 362 | 37 | 57 |
| Binary | 1010100 | 1010010 | 10011100 | 101110 | 101111 | 0 | 100111 | 11110010 | 11111 | 101111 |
Color Harmonies of #54529C
Complementary color
Monochromatic Colors of #54529C
Black with #54529C
Text Example
Text Example
White with #54529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54529C; }
p { color: rgb(84,82,156); }
H1.HeaderClassName
{
color: #54529C;
}
.AnyTagClassName
{
color: #54529C;
}
</style>
background-color css
<style>
a { background-color: #54529C; }
a { background-color: rgb(84,82,156); }
div.DivClassName
{
background-color: #54529C;
}
.BgClassName
{
background-color: #54529C;
}
</style>
border-color css
<style>
span { border-color: #54529C; }
span { border-color: rgb(84,82,156); }
td.TdClassName
{
border-color: #54529C;
}
.TagClassName
{
border-color: #54529C;
}
</style>