Shades of Governor Bay #54568E
Tints of Governor Bay #54568E
RGB
CMYK
RGB Variations
Color information
#54568E (or 0x54568E) is known color: Governor Bay. HEX triplet: 54, 56 and 8E. RGB value is (84,86,142). Sum of RGB (Red+Green+Blue) = 84+86+142=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #54568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54568E is #ABA971. Grayscale: #5B5B5B. Windows color (decimal): -11250034 or 9328212. OLE color: 9328212.
HSL color Cylindrical-coordinate representation of color #54568E: hue angle of 237.93º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54568E is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 86 | 142 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.44 |
| HSL | 237.93º | 0.26% | 0.44% | - |
| HSV(B) | 237.93º | 0.41% | 0.56% | - |
| XYZ | 11.87 | 10.49 | 26.99 | - |
| YUV | 91.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 142 | 0.41 | 0.39 | 0 | 0.44 | 237.93 | 0.26 | 0.44 |
| Hex | 54 | 56 | 8E | 29 | 27 | 0 | 2C | EE | 1A | 2C |
| Octal | 124 | 126 | 216 | 51 | 47 | 0 | 54 | 356 | 32 | 54 |
| Binary | 1010100 | 1010110 | 10001110 | 101001 | 100111 | 0 | 101100 | 11101110 | 11010 | 101100 |
Color Harmonies of #54568E
Complementary color
Monochromatic Colors of #54568E
Black with #54568E
Text Example
Text Example
White with #54568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54568E; }
p { color: rgb(84,86,142); }
H1.HeaderClassName
{
color: #54568E;
}
.AnyTagClassName
{
color: #54568E;
}
</style>
background-color css
<style>
a { background-color: #54568E; }
a { background-color: rgb(84,86,142); }
div.DivClassName
{
background-color: #54568E;
}
.BgClassName
{
background-color: #54568E;
}
</style>
border-color css
<style>
span { border-color: #54568E; }
span { border-color: rgb(84,86,142); }
td.TdClassName
{
border-color: #54568E;
}
.TagClassName
{
border-color: #54568E;
}
</style>