Shades of Governor Bay #555B8C
Tints of Governor Bay #555B8C
RGB
CMYK
RGB Variations
Color information
#555B8C (or 0x555B8C) is known color: Governor Bay. HEX triplet: 55, 5B and 8C. RGB value is (85,91,140). Sum of RGB (Red+Green+Blue) = 85+91+140=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #555B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B8C is #AAA473. Grayscale: #5E5E5E. Windows color (decimal): -11183220 or 9198421. OLE color: 9198421.
HSL color Cylindrical-coordinate representation of color #555B8C: hue angle of 233.45º 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 #555B8C is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 91 | 140 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.45 |
| HSL | 233.45º | 0.24% | 0.44% | - |
| HSV(B) | 233.45º | 0.39% | 0.55% | - |
| XYZ | 12.22 | 11.31 | 26.35 | - |
| YUV | 94.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 140 | 0.39 | 0.35 | 0 | 0.45 | 233.45 | 0.24 | 0.44 |
| Hex | 55 | 5B | 8C | 27 | 23 | 0 | 2D | E9 | 18 | 2C |
| Octal | 125 | 133 | 214 | 47 | 43 | 0 | 55 | 351 | 30 | 54 |
| Binary | 1010101 | 1011011 | 10001100 | 100111 | 100011 | 0 | 101101 | 11101001 | 11000 | 101100 |
Color Harmonies of #555B8C
Complementary color
Monochromatic Colors of #555B8C
Black with #555B8C
Text Example
Text Example
White with #555B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B8C; }
p { color: rgb(85,91,140); }
H1.HeaderClassName
{
color: #555B8C;
}
.AnyTagClassName
{
color: #555B8C;
}
</style>
background-color css
<style>
a { background-color: #555B8C; }
a { background-color: rgb(85,91,140); }
div.DivClassName
{
background-color: #555B8C;
}
.BgClassName
{
background-color: #555B8C;
}
</style>
border-color css
<style>
span { border-color: #555B8C; }
span { border-color: rgb(85,91,140); }
td.TdClassName
{
border-color: #555B8C;
}
.TagClassName
{
border-color: #555B8C;
}
</style>