Shades of Governor Bay #555D8D
Tints of Governor Bay #555D8D
RGB
CMYK
RGB Variations
Color information
#555D8D (or 0x555D8D) is known color: Governor Bay. HEX triplet: 55, 5D and 8D. RGB value is (85,93,141). Sum of RGB (Red+Green+Blue) = 85+93+141=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #555D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D8D is #AAA272. Grayscale: #5F5F5F. Windows color (decimal): -11182707 or 9264469. OLE color: 9264469.
HSL color Cylindrical-coordinate representation of color #555D8D: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555D8D is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 93 | 141 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.45 |
| HSL | 231.43º | 0.25% | 0.44% | - |
| HSV(B) | 231.43º | 0.4% | 0.55% | - |
| XYZ | 12.47 | 11.68 | 26.8 | - |
| YUV | 96.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 141 | 0.40 | 0.34 | 0 | 0.45 | 231.43 | 0.25 | 0.44 |
| Hex | 55 | 5D | 8D | 28 | 22 | 0 | 2D | E7 | 19 | 2C |
| Octal | 125 | 135 | 215 | 50 | 42 | 0 | 55 | 347 | 31 | 54 |
| Binary | 1010101 | 1011101 | 10001101 | 101000 | 100010 | 0 | 101101 | 11100111 | 11001 | 101100 |
Color Harmonies of #555D8D
Complementary color
Monochromatic Colors of #555D8D
Black with #555D8D
Text Example
Text Example
White with #555D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D8D; }
p { color: rgb(85,93,141); }
H1.HeaderClassName
{
color: #555D8D;
}
.AnyTagClassName
{
color: #555D8D;
}
</style>
background-color css
<style>
a { background-color: #555D8D; }
a { background-color: rgb(85,93,141); }
div.DivClassName
{
background-color: #555D8D;
}
.BgClassName
{
background-color: #555D8D;
}
</style>
border-color css
<style>
span { border-color: #555D8D; }
span { border-color: rgb(85,93,141); }
td.TdClassName
{
border-color: #555D8D;
}
.TagClassName
{
border-color: #555D8D;
}
</style>