Shades of Governor Bay #544FA2
Tints of Governor Bay #544FA2
RGB
CMYK
RGB Variations
Color information
#544FA2 (or 0x544FA2) is known color: Governor Bay. HEX triplet: 54, 4F and A2. RGB value is (84,79,162). Sum of RGB (Red+Green+Blue) = 84+79+162=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #544FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544FA2 is #ABB05D. Grayscale: #595959. Windows color (decimal): -11251806 or 10637140. OLE color: 10637140.
HSL color Cylindrical-coordinate representation of color #544FA2: hue angle of 243.61º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544FA2 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 79 | 162 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.36 |
| HSL | 243.61º | 0.34% | 0.47% | - |
| HSV(B) | 243.61º | 0.51% | 0.64% | - |
| XYZ | 12.97 | 10.09 | 35.45 | - |
| YUV | 89.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 162 | 0.48 | 0.51 | 0 | 0.36 | 243.61 | 0.34 | 0.47 |
| Hex | 54 | 4F | A2 | 30 | 33 | 0 | 24 | F4 | 22 | 2F |
| Octal | 124 | 117 | 242 | 60 | 63 | 0 | 44 | 364 | 42 | 57 |
| Binary | 1010100 | 1001111 | 10100010 | 110000 | 110011 | 0 | 100100 | 11110100 | 100010 | 101111 |
Color Harmonies of #544FA2
Complementary color
Monochromatic Colors of #544FA2
Black with #544FA2
Text Example
Text Example
White with #544FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544FA2; }
p { color: rgb(84,79,162); }
H1.HeaderClassName
{
color: #544FA2;
}
.AnyTagClassName
{
color: #544FA2;
}
</style>
background-color css
<style>
a { background-color: #544FA2; }
a { background-color: rgb(84,79,162); }
div.DivClassName
{
background-color: #544FA2;
}
.BgClassName
{
background-color: #544FA2;
}
</style>
border-color css
<style>
span { border-color: #544FA2; }
span { border-color: rgb(84,79,162); }
td.TdClassName
{
border-color: #544FA2;
}
.TagClassName
{
border-color: #544FA2;
}
</style>