Shades of Governor Bay #554DA2
Tints of Governor Bay #554DA2
RGB
CMYK
RGB Variations
Color information
#554DA2 (or 0x554DA2) is known color: Governor Bay. HEX triplet: 55, 4D and A2. RGB value is (85,77,162). Sum of RGB (Red+Green+Blue) = 85+77+162=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #554DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DA2 is #AAB25D. Grayscale: #585858. Windows color (decimal): -11186782 or 10636629. OLE color: 10636629.
HSL color Cylindrical-coordinate representation of color #554DA2: hue angle of 245.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554DA2 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 77 | 162 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.36 |
| HSL | 245.65º | 0.36% | 0.47% | - |
| HSV(B) | 245.65º | 0.52% | 0.64% | - |
| XYZ | 12.92 | 9.85 | 35.4 | - |
| YUV | 89.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 162 | 0.48 | 0.52 | 0 | 0.36 | 245.65 | 0.36 | 0.47 |
| Hex | 55 | 4D | A2 | 30 | 34 | 0 | 24 | F6 | 24 | 2F |
| Octal | 125 | 115 | 242 | 60 | 64 | 0 | 44 | 366 | 44 | 57 |
| Binary | 1010101 | 1001101 | 10100010 | 110000 | 110100 | 0 | 100100 | 11110110 | 100100 | 101111 |
Color Harmonies of #554DA2
Complementary color
Monochromatic Colors of #554DA2
Black with #554DA2
Text Example
Text Example
White with #554DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DA2; }
p { color: rgb(85,77,162); }
H1.HeaderClassName
{
color: #554DA2;
}
.AnyTagClassName
{
color: #554DA2;
}
</style>
background-color css
<style>
a { background-color: #554DA2; }
a { background-color: rgb(85,77,162); }
div.DivClassName
{
background-color: #554DA2;
}
.BgClassName
{
background-color: #554DA2;
}
</style>
border-color css
<style>
span { border-color: #554DA2; }
span { border-color: rgb(85,77,162); }
td.TdClassName
{
border-color: #554DA2;
}
.TagClassName
{
border-color: #554DA2;
}
</style>