Shades of Governor Bay #54499D
Tints of Governor Bay #54499D
RGB
CMYK
RGB Variations
Color information
#54499D (or 0x54499D) is known color: Governor Bay. HEX triplet: 54, 49 and 9D. RGB value is (84,73,157). Sum of RGB (Red+Green+Blue) = 84+73+157=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #54499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54499D is #ABB662. Grayscale: #555555. Windows color (decimal): -11253347 or 10307924. OLE color: 10307924.
HSL color Cylindrical-coordinate representation of color #54499D: hue angle of 247.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54499D is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 73 | 157 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.38 |
| HSL | 247.86º | 0.37% | 0.45% | - |
| HSV(B) | 247.86º | 0.54% | 0.62% | - |
| XYZ | 12.12 | 9.08 | 33.01 | - |
| YUV | 85.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 157 | 0.46 | 0.54 | 0 | 0.38 | 247.86 | 0.37 | 0.45 |
| Hex | 54 | 49 | 9D | 2E | 36 | 0 | 26 | F8 | 25 | 2D |
| Octal | 124 | 111 | 235 | 56 | 66 | 0 | 46 | 370 | 45 | 55 |
| Binary | 1010100 | 1001001 | 10011101 | 101110 | 110110 | 0 | 100110 | 11111000 | 100101 | 101101 |
Color Harmonies of #54499D
Complementary color
Monochromatic Colors of #54499D
Black with #54499D
Text Example
Text Example
White with #54499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54499D; }
p { color: rgb(84,73,157); }
H1.HeaderClassName
{
color: #54499D;
}
.AnyTagClassName
{
color: #54499D;
}
</style>
background-color css
<style>
a { background-color: #54499D; }
a { background-color: rgb(84,73,157); }
div.DivClassName
{
background-color: #54499D;
}
.BgClassName
{
background-color: #54499D;
}
</style>
border-color css
<style>
span { border-color: #54499D; }
span { border-color: rgb(84,73,157); }
td.TdClassName
{
border-color: #54499D;
}
.TagClassName
{
border-color: #54499D;
}
</style>