Shades of Governor Bay #54519C
Tints of Governor Bay #54519C
RGB
CMYK
RGB Variations
Color information
#54519C (or 0x54519C) is known color: Governor Bay. HEX triplet: 54, 51 and 9C. RGB value is (84,81,156). Sum of RGB (Red+Green+Blue) = 84+81+156=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #54519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54519C is #ABAE63. Grayscale: #5A5A5A. Windows color (decimal): -11251300 or 10244436. OLE color: 10244436.
HSL color Cylindrical-coordinate representation of color #54519C: hue angle of 242.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54519C is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 81 | 156 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.39 |
| HSL | 242.4º | 0.32% | 0.46% | - |
| HSV(B) | 242.4º | 0.48% | 0.61% | - |
| XYZ | 12.6 | 10.17 | 32.75 | - |
| YUV | 90.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 156 | 0.46 | 0.48 | 0 | 0.39 | 242.4 | 0.32 | 0.46 |
| Hex | 54 | 51 | 9C | 2E | 30 | 0 | 27 | F2 | 20 | 2E |
| Octal | 124 | 121 | 234 | 56 | 60 | 0 | 47 | 362 | 40 | 56 |
| Binary | 1010100 | 1010001 | 10011100 | 101110 | 110000 | 0 | 100111 | 11110010 | 100000 | 101110 |
Color Harmonies of #54519C
Complementary color
Monochromatic Colors of #54519C
Black with #54519C
Text Example
Text Example
White with #54519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54519C; }
p { color: rgb(84,81,156); }
H1.HeaderClassName
{
color: #54519C;
}
.AnyTagClassName
{
color: #54519C;
}
</style>
background-color css
<style>
a { background-color: #54519C; }
a { background-color: rgb(84,81,156); }
div.DivClassName
{
background-color: #54519C;
}
.BgClassName
{
background-color: #54519C;
}
</style>
border-color css
<style>
span { border-color: #54519C; }
span { border-color: rgb(84,81,156); }
td.TdClassName
{
border-color: #54519C;
}
.TagClassName
{
border-color: #54519C;
}
</style>