Shades of Governor Bay #54548A
Tints of Governor Bay #54548A
RGB
CMYK
RGB Variations
Color information
#54548A (or 0x54548A) is known color: Governor Bay. HEX triplet: 54, 54 and 8A. RGB value is (84,84,138). Sum of RGB (Red+Green+Blue) = 84+84+138=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #54548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54548A is #ABAB75. Grayscale: #595959. Windows color (decimal): -11250550 or 9065556. OLE color: 9065556.
HSL color Cylindrical-coordinate representation of color #54548A: hue angle of 240º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54548A is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 84 | 138 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.46 |
| HSL | 240º | 0.24% | 0.44% | - |
| HSV(B) | 240º | 0.39% | 0.54% | - |
| XYZ | 11.41 | 10.06 | 25.39 | - |
| YUV | 90.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 138 | 0.39 | 0.39 | 0 | 0.46 | 240 | 0.24 | 0.44 |
| Hex | 54 | 54 | 8A | 27 | 27 | 0 | 2E | F0 | 18 | 2C |
| Octal | 124 | 124 | 212 | 47 | 47 | 0 | 56 | 360 | 30 | 54 |
| Binary | 1010100 | 1010100 | 10001010 | 100111 | 100111 | 0 | 101110 | 11110000 | 11000 | 101100 |
Color Harmonies of #54548A
Complementary color
Monochromatic Colors of #54548A
Black with #54548A
Text Example
Text Example
White with #54548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54548A; }
p { color: rgb(84,84,138); }
H1.HeaderClassName
{
color: #54548A;
}
.AnyTagClassName
{
color: #54548A;
}
</style>
background-color css
<style>
a { background-color: #54548A; }
a { background-color: rgb(84,84,138); }
div.DivClassName
{
background-color: #54548A;
}
.BgClassName
{
background-color: #54548A;
}
</style>
border-color css
<style>
span { border-color: #54548A; }
span { border-color: rgb(84,84,138); }
td.TdClassName
{
border-color: #54548A;
}
.TagClassName
{
border-color: #54548A;
}
</style>