Shades of Governor Bay #545B85
Tints of Governor Bay #545B85
RGB
CMYK
RGB Variations
Color information
#545B85 (or 0x545B85) is known color: Governor Bay. HEX triplet: 54, 5B and 85. RGB value is (84,91,133). Sum of RGB (Red+Green+Blue) = 84+91+133=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #545B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545B85 is #ABA47A. Grayscale: #5D5D5D. Windows color (decimal): -11248763 or 8739668. OLE color: 8739668.
HSL color Cylindrical-coordinate representation of color #545B85: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545B85 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 91 | 133 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.48 |
| HSL | 231.43º | 0.23% | 0.43% | - |
| HSV(B) | 231.43º | 0.37% | 0.52% | - |
| XYZ | 11.63 | 11.06 | 23.71 | - |
| YUV | 93.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 133 | 0.37 | 0.32 | 0 | 0.48 | 231.43 | 0.23 | 0.43 |
| Hex | 54 | 5B | 85 | 25 | 20 | 0 | 30 | E7 | 17 | 2B |
| Octal | 124 | 133 | 205 | 45 | 40 | 0 | 60 | 347 | 27 | 53 |
| Binary | 1010100 | 1011011 | 10000101 | 100101 | 100000 | 0 | 110000 | 11100111 | 10111 | 101011 |
Color Harmonies of #545B85
Complementary color
Monochromatic Colors of #545B85
Black with #545B85
Text Example
Text Example
White with #545B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B85; }
p { color: rgb(84,91,133); }
H1.HeaderClassName
{
color: #545B85;
}
.AnyTagClassName
{
color: #545B85;
}
</style>
background-color css
<style>
a { background-color: #545B85; }
a { background-color: rgb(84,91,133); }
div.DivClassName
{
background-color: #545B85;
}
.BgClassName
{
background-color: #545B85;
}
</style>
border-color css
<style>
span { border-color: #545B85; }
span { border-color: rgb(84,91,133); }
td.TdClassName
{
border-color: #545B85;
}
.TagClassName
{
border-color: #545B85;
}
</style>