Shades of Governor Bay #545D8B
Tints of Governor Bay #545D8B
RGB
CMYK
RGB Variations
Color information
#545D8B (or 0x545D8B) is known color: Governor Bay. HEX triplet: 54, 5D and 8B. RGB value is (84,93,139). Sum of RGB (Red+Green+Blue) = 84+93+139=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #545D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D8B is #ABA274. Grayscale: #5F5F5F. Windows color (decimal): -11248245 or 9133396. OLE color: 9133396.
HSL color Cylindrical-coordinate representation of color #545D8B: hue angle of 230.18º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #545D8B is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 93 | 139 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.45 |
| HSL | 230.18º | 0.25% | 0.44% | - |
| HSV(B) | 230.18º | 0.4% | 0.55% | - |
| XYZ | 12.23 | 11.58 | 26.02 | - |
| YUV | 95.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 139 | 0.40 | 0.33 | 0 | 0.45 | 230.18 | 0.25 | 0.44 |
| Hex | 54 | 5D | 8B | 28 | 21 | 0 | 2D | E6 | 19 | 2C |
| Octal | 124 | 135 | 213 | 50 | 41 | 0 | 55 | 346 | 31 | 54 |
| Binary | 1010100 | 1011101 | 10001011 | 101000 | 100001 | 0 | 101101 | 11100110 | 11001 | 101100 |
Color Harmonies of #545D8B
Complementary color
Monochromatic Colors of #545D8B
Black with #545D8B
Text Example
Text Example
White with #545D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D8B; }
p { color: rgb(84,93,139); }
H1.HeaderClassName
{
color: #545D8B;
}
.AnyTagClassName
{
color: #545D8B;
}
</style>
background-color css
<style>
a { background-color: #545D8B; }
a { background-color: rgb(84,93,139); }
div.DivClassName
{
background-color: #545D8B;
}
.BgClassName
{
background-color: #545D8B;
}
</style>
border-color css
<style>
span { border-color: #545D8B; }
span { border-color: rgb(84,93,139); }
td.TdClassName
{
border-color: #545D8B;
}
.TagClassName
{
border-color: #545D8B;
}
</style>