Shades of Governor Bay #544B9F
Tints of Governor Bay #544B9F
RGB
CMYK
RGB Variations
Color information
#544B9F (or 0x544B9F) is known color: Governor Bay. HEX triplet: 54, 4B and 9F. RGB value is (84,75,159). Sum of RGB (Red+Green+Blue) = 84+75+159=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #544B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544B9F is #ABB460. Grayscale: #565656. Windows color (decimal): -11252833 or 10439508. OLE color: 10439508.
HSL color Cylindrical-coordinate representation of color #544B9F: hue angle of 246.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #544B9F is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 75 | 159 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.38 |
| HSL | 246.43º | 0.36% | 0.46% | - |
| HSV(B) | 246.43º | 0.53% | 0.62% | - |
| XYZ | 12.43 | 9.42 | 33.96 | - |
| YUV | 87.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 159 | 0.47 | 0.53 | 0 | 0.38 | 246.43 | 0.36 | 0.46 |
| Hex | 54 | 4B | 9F | 2F | 35 | 0 | 26 | F6 | 24 | 2E |
| Octal | 124 | 113 | 237 | 57 | 65 | 0 | 46 | 366 | 44 | 56 |
| Binary | 1010100 | 1001011 | 10011111 | 101111 | 110101 | 0 | 100110 | 11110110 | 100100 | 101110 |
Color Harmonies of #544B9F
Complementary color
Monochromatic Colors of #544B9F
Black with #544B9F
Text Example
Text Example
White with #544B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B9F; }
p { color: rgb(84,75,159); }
H1.HeaderClassName
{
color: #544B9F;
}
.AnyTagClassName
{
color: #544B9F;
}
</style>
background-color css
<style>
a { background-color: #544B9F; }
a { background-color: rgb(84,75,159); }
div.DivClassName
{
background-color: #544B9F;
}
.BgClassName
{
background-color: #544B9F;
}
</style>
border-color css
<style>
span { border-color: #544B9F; }
span { border-color: rgb(84,75,159); }
td.TdClassName
{
border-color: #544B9F;
}
.TagClassName
{
border-color: #544B9F;
}
</style>