Shades of Governor Bay #544BA2
Tints of Governor Bay #544BA2
RGB
CMYK
RGB Variations
Color information
#544BA2 (or 0x544BA2) is known color: Governor Bay. HEX triplet: 54, 4B and A2. RGB value is (84,75,162). Sum of RGB (Red+Green+Blue) = 84+75+162=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #544BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544BA2 is #ABB45D. Grayscale: #575757. Windows color (decimal): -11252830 or 10636116. OLE color: 10636116.
HSL color Cylindrical-coordinate representation of color #544BA2: hue angle of 246.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544BA2 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 75 | 162 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.36 |
| HSL | 246.21º | 0.37% | 0.46% | - |
| HSV(B) | 246.21º | 0.54% | 0.64% | - |
| XYZ | 12.69 | 9.53 | 35.35 | - |
| YUV | 87.61 | 169.98 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 162 | 0.48 | 0.54 | 0 | 0.36 | 246.21 | 0.37 | 0.46 |
| Hex | 54 | 4B | A2 | 30 | 36 | 0 | 24 | F6 | 25 | 2E |
| Octal | 124 | 113 | 242 | 60 | 66 | 0 | 44 | 366 | 45 | 56 |
| Binary | 1010100 | 1001011 | 10100010 | 110000 | 110110 | 0 | 100100 | 11110110 | 100101 | 101110 |
Color Harmonies of #544BA2
Complementary color
Monochromatic Colors of #544BA2
Black with #544BA2
Text Example
Text Example
White with #544BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544BA2; }
p { color: rgb(84,75,162); }
H1.HeaderClassName
{
color: #544BA2;
}
.AnyTagClassName
{
color: #544BA2;
}
</style>
background-color css
<style>
a { background-color: #544BA2; }
a { background-color: rgb(84,75,162); }
div.DivClassName
{
background-color: #544BA2;
}
.BgClassName
{
background-color: #544BA2;
}
</style>
border-color css
<style>
span { border-color: #544BA2; }
span { border-color: rgb(84,75,162); }
td.TdClassName
{
border-color: #544BA2;
}
.TagClassName
{
border-color: #544BA2;
}
</style>