Shades of Governor Bay #555A8C
Tints of Governor Bay #555A8C
RGB
CMYK
RGB Variations
Color information
#555A8C (or 0x555A8C) is known color: Governor Bay. HEX triplet: 55, 5A and 8C. RGB value is (85,90,140). Sum of RGB (Red+Green+Blue) = 85+90+140=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #555A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A8C is #AAA573. Grayscale: #5E5E5E. Windows color (decimal): -11183476 or 9198165. OLE color: 9198165.
HSL color Cylindrical-coordinate representation of color #555A8C: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555A8C is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 90 | 140 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.45 |
| HSL | 234.55º | 0.24% | 0.44% | - |
| HSV(B) | 234.55º | 0.39% | 0.55% | - |
| XYZ | 12.14 | 11.14 | 26.32 | - |
| YUV | 94.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 140 | 0.39 | 0.36 | 0 | 0.45 | 234.55 | 0.24 | 0.44 |
| Hex | 55 | 5A | 8C | 27 | 24 | 0 | 2D | EB | 18 | 2C |
| Octal | 125 | 132 | 214 | 47 | 44 | 0 | 55 | 353 | 30 | 54 |
| Binary | 1010101 | 1011010 | 10001100 | 100111 | 100100 | 0 | 101101 | 11101011 | 11000 | 101100 |
Color Harmonies of #555A8C
Complementary color
Monochromatic Colors of #555A8C
Black with #555A8C
Text Example
Text Example
White with #555A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A8C; }
p { color: rgb(85,90,140); }
H1.HeaderClassName
{
color: #555A8C;
}
.AnyTagClassName
{
color: #555A8C;
}
</style>
background-color css
<style>
a { background-color: #555A8C; }
a { background-color: rgb(85,90,140); }
div.DivClassName
{
background-color: #555A8C;
}
.BgClassName
{
background-color: #555A8C;
}
</style>
border-color css
<style>
span { border-color: #555A8C; }
span { border-color: rgb(85,90,140); }
td.TdClassName
{
border-color: #555A8C;
}
.TagClassName
{
border-color: #555A8C;
}
</style>