Shades of Governor Bay #54499C
Tints of Governor Bay #54499C
RGB
CMYK
RGB Variations
Color information
#54499C (or 0x54499C) is known color: Governor Bay. HEX triplet: 54, 49 and 9C. RGB value is (84,73,156). Sum of RGB (Red+Green+Blue) = 84+73+156=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #54499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54499C is #ABB663. Grayscale: #555555. Windows color (decimal): -11253348 or 10242388. OLE color: 10242388.
HSL color Cylindrical-coordinate representation of color #54499C: hue angle of 247.95º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54499C is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 73 | 156 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.39 |
| HSL | 247.95º | 0.36% | 0.45% | - |
| HSV(B) | 247.95º | 0.53% | 0.61% | - |
| XYZ | 12.04 | 9.05 | 32.56 | - |
| YUV | 85.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 156 | 0.46 | 0.53 | 0 | 0.39 | 247.95 | 0.36 | 0.45 |
| Hex | 54 | 49 | 9C | 2E | 35 | 0 | 27 | F8 | 24 | 2D |
| Octal | 124 | 111 | 234 | 56 | 65 | 0 | 47 | 370 | 44 | 55 |
| Binary | 1010100 | 1001001 | 10011100 | 101110 | 110101 | 0 | 100111 | 11111000 | 100100 | 101101 |
Color Harmonies of #54499C
Complementary color
Monochromatic Colors of #54499C
Black with #54499C
Text Example
Text Example
White with #54499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54499C; }
p { color: rgb(84,73,156); }
H1.HeaderClassName
{
color: #54499C;
}
.AnyTagClassName
{
color: #54499C;
}
</style>
background-color css
<style>
a { background-color: #54499C; }
a { background-color: rgb(84,73,156); }
div.DivClassName
{
background-color: #54499C;
}
.BgClassName
{
background-color: #54499C;
}
</style>
border-color css
<style>
span { border-color: #54499C; }
span { border-color: rgb(84,73,156); }
td.TdClassName
{
border-color: #54499C;
}
.TagClassName
{
border-color: #54499C;
}
</style>