Shades of Governor Bay #545A90
Tints of Governor Bay #545A90
RGB
CMYK
RGB Variations
Color information
#545A90 (or 0x545A90) is known color: Governor Bay. HEX triplet: 54, 5A and 90. RGB value is (84,90,144). Sum of RGB (Red+Green+Blue) = 84+90+144=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #545A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545A90 is #ABA56F. Grayscale: #5E5E5E. Windows color (decimal): -11249008 or 9460308. OLE color: 9460308.
HSL color Cylindrical-coordinate representation of color #545A90: hue angle of 234º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #545A90 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 90 | 144 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.44 |
| HSL | 234º | 0.26% | 0.45% | - |
| HSV(B) | 234º | 0.42% | 0.56% | - |
| XYZ | 12.35 | 11.21 | 27.9 | - |
| YUV | 94.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 144 | 0.42 | 0.37 | 0 | 0.44 | 234 | 0.26 | 0.45 |
| Hex | 54 | 5A | 90 | 2A | 25 | 0 | 2C | EA | 1A | 2D |
| Octal | 124 | 132 | 220 | 52 | 45 | 0 | 54 | 352 | 32 | 55 |
| Binary | 1010100 | 1011010 | 10010000 | 101010 | 100101 | 0 | 101100 | 11101010 | 11010 | 101101 |
Color Harmonies of #545A90
Complementary color
Monochromatic Colors of #545A90
Black with #545A90
Text Example
Text Example
White with #545A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A90; }
p { color: rgb(84,90,144); }
H1.HeaderClassName
{
color: #545A90;
}
.AnyTagClassName
{
color: #545A90;
}
</style>
background-color css
<style>
a { background-color: #545A90; }
a { background-color: rgb(84,90,144); }
div.DivClassName
{
background-color: #545A90;
}
.BgClassName
{
background-color: #545A90;
}
</style>
border-color css
<style>
span { border-color: #545A90; }
span { border-color: rgb(84,90,144); }
td.TdClassName
{
border-color: #545A90;
}
.TagClassName
{
border-color: #545A90;
}
</style>