Shades of Governor Bay #544E9F
Tints of Governor Bay #544E9F
RGB
CMYK
RGB Variations
Color information
#544E9F (or 0x544E9F) is known color: Governor Bay. HEX triplet: 54, 4E and 9F. RGB value is (84,78,159). Sum of RGB (Red+Green+Blue) = 84+78+159=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #544E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544E9F is #ABB160. Grayscale: #585858. Windows color (decimal): -11252065 or 10440276. OLE color: 10440276.
HSL color Cylindrical-coordinate representation of color #544E9F: hue angle of 244.44º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544E9F is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 78 | 159 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.38 |
| HSL | 244.44º | 0.34% | 0.46% | - |
| HSV(B) | 244.44º | 0.51% | 0.62% | - |
| XYZ | 12.64 | 9.84 | 34.03 | - |
| YUV | 89.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 159 | 0.47 | 0.51 | 0 | 0.38 | 244.44 | 0.34 | 0.46 |
| Hex | 54 | 4E | 9F | 2F | 33 | 0 | 26 | F4 | 22 | 2E |
| Octal | 124 | 116 | 237 | 57 | 63 | 0 | 46 | 364 | 42 | 56 |
| Binary | 1010100 | 1001110 | 10011111 | 101111 | 110011 | 0 | 100110 | 11110100 | 100010 | 101110 |
Color Harmonies of #544E9F
Complementary color
Monochromatic Colors of #544E9F
Black with #544E9F
Text Example
Text Example
White with #544E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E9F; }
p { color: rgb(84,78,159); }
H1.HeaderClassName
{
color: #544E9F;
}
.AnyTagClassName
{
color: #544E9F;
}
</style>
background-color css
<style>
a { background-color: #544E9F; }
a { background-color: rgb(84,78,159); }
div.DivClassName
{
background-color: #544E9F;
}
.BgClassName
{
background-color: #544E9F;
}
</style>
border-color css
<style>
span { border-color: #544E9F; }
span { border-color: rgb(84,78,159); }
td.TdClassName
{
border-color: #544E9F;
}
.TagClassName
{
border-color: #544E9F;
}
</style>