Shades of Governor Bay #554DA1
Tints of Governor Bay #554DA1
RGB
CMYK
RGB Variations
Color information
#554DA1 (or 0x554DA1) is known color: Governor Bay. HEX triplet: 55, 4D and A1. RGB value is (85,77,161). Sum of RGB (Red+Green+Blue) = 85+77+161=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #554DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DA1 is #AAB25E. Grayscale: #585858. Windows color (decimal): -11186783 or 10571093. OLE color: 10571093.
HSL color Cylindrical-coordinate representation of color #554DA1: hue angle of 245.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554DA1 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 77 | 161 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.37 |
| HSL | 245.71º | 0.35% | 0.47% | - |
| HSV(B) | 245.71º | 0.52% | 0.63% | - |
| XYZ | 12.83 | 9.81 | 34.94 | - |
| YUV | 88.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 161 | 0.47 | 0.52 | 0 | 0.37 | 245.71 | 0.35 | 0.47 |
| Hex | 55 | 4D | A1 | 2F | 34 | 0 | 25 | F6 | 23 | 2F |
| Octal | 125 | 115 | 241 | 57 | 64 | 0 | 45 | 366 | 43 | 57 |
| Binary | 1010101 | 1001101 | 10100001 | 101111 | 110100 | 0 | 100101 | 11110110 | 100011 | 101111 |
Color Harmonies of #554DA1
Complementary color
Monochromatic Colors of #554DA1
Black with #554DA1
Text Example
Text Example
White with #554DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DA1; }
p { color: rgb(85,77,161); }
H1.HeaderClassName
{
color: #554DA1;
}
.AnyTagClassName
{
color: #554DA1;
}
</style>
background-color css
<style>
a { background-color: #554DA1; }
a { background-color: rgb(85,77,161); }
div.DivClassName
{
background-color: #554DA1;
}
.BgClassName
{
background-color: #554DA1;
}
</style>
border-color css
<style>
span { border-color: #554DA1; }
span { border-color: rgb(85,77,161); }
td.TdClassName
{
border-color: #554DA1;
}
.TagClassName
{
border-color: #554DA1;
}
</style>