Shades of Governor Bay #555BA1
Tints of Governor Bay #555BA1
RGB
CMYK
RGB Variations
Color information
#555BA1 (or 0x555BA1) is known color: Governor Bay. HEX triplet: 55, 5B and A1. RGB value is (85,91,161). Sum of RGB (Red+Green+Blue) = 85+91+161=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #555BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BA1 is #AAA45E. Grayscale: #606060. Windows color (decimal): -11183199 or 10574677. OLE color: 10574677.
HSL color Cylindrical-coordinate representation of color #555BA1: hue angle of 235.26º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #555BA1 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 91 | 161 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.37 |
| HSL | 235.26º | 0.31% | 0.48% | - |
| HSV(B) | 235.26º | 0.47% | 0.63% | - |
| XYZ | 13.92 | 11.99 | 35.3 | - |
| YUV | 97.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 161 | 0.47 | 0.43 | 0 | 0.37 | 235.26 | 0.31 | 0.48 |
| Hex | 55 | 5B | A1 | 2F | 2B | 0 | 25 | EB | 1F | 30 |
| Octal | 125 | 133 | 241 | 57 | 53 | 0 | 45 | 353 | 37 | 60 |
| Binary | 1010101 | 1011011 | 10100001 | 101111 | 101011 | 0 | 100101 | 11101011 | 11111 | 110000 |
Color Harmonies of #555BA1
Complementary color
Monochromatic Colors of #555BA1
Black with #555BA1
Text Example
Text Example
White with #555BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BA1; }
p { color: rgb(85,91,161); }
H1.HeaderClassName
{
color: #555BA1;
}
.AnyTagClassName
{
color: #555BA1;
}
</style>
background-color css
<style>
a { background-color: #555BA1; }
a { background-color: rgb(85,91,161); }
div.DivClassName
{
background-color: #555BA1;
}
.BgClassName
{
background-color: #555BA1;
}
</style>
border-color css
<style>
span { border-color: #555BA1; }
span { border-color: rgb(85,91,161); }
td.TdClassName
{
border-color: #555BA1;
}
.TagClassName
{
border-color: #555BA1;
}
</style>