Shades of Governor Bay #555C9E
Tints of Governor Bay #555C9E
RGB
CMYK
RGB Variations
Color information
#555C9E (or 0x555C9E) is known color: Governor Bay. HEX triplet: 55, 5C and 9E. RGB value is (85,92,158). Sum of RGB (Red+Green+Blue) = 85+92+158=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #555C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C9E is #AAA361. Grayscale: #616161. Windows color (decimal): -11182946 or 10378325. OLE color: 10378325.
HSL color Cylindrical-coordinate representation of color #555C9E: hue angle of 234.25º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555C9E is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 92 | 158 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.38 |
| HSL | 234.25º | 0.3% | 0.48% | - |
| HSV(B) | 234.25º | 0.46% | 0.62% | - |
| XYZ | 13.75 | 12.05 | 33.95 | - |
| YUV | 97.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 158 | 0.46 | 0.42 | 0 | 0.38 | 234.25 | 0.3 | 0.48 |
| Hex | 55 | 5C | 9E | 2E | 2A | 0 | 26 | EA | 1E | 30 |
| Octal | 125 | 134 | 236 | 56 | 52 | 0 | 46 | 352 | 36 | 60 |
| Binary | 1010101 | 1011100 | 10011110 | 101110 | 101010 | 0 | 100110 | 11101010 | 11110 | 110000 |
Color Harmonies of #555C9E
Complementary color
Monochromatic Colors of #555C9E
Black with #555C9E
Text Example
Text Example
White with #555C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C9E; }
p { color: rgb(85,92,158); }
H1.HeaderClassName
{
color: #555C9E;
}
.AnyTagClassName
{
color: #555C9E;
}
</style>
background-color css
<style>
a { background-color: #555C9E; }
a { background-color: rgb(85,92,158); }
div.DivClassName
{
background-color: #555C9E;
}
.BgClassName
{
background-color: #555C9E;
}
</style>
border-color css
<style>
span { border-color: #555C9E; }
span { border-color: rgb(85,92,158); }
td.TdClassName
{
border-color: #555C9E;
}
.TagClassName
{
border-color: #555C9E;
}
</style>