Shades of Governor Bay #555391
Tints of Governor Bay #555391
RGB
CMYK
RGB Variations
Color information
#555391 (or 0x555391) is known color: Governor Bay. HEX triplet: 55, 53 and 91. RGB value is (85,83,145). Sum of RGB (Red+Green+Blue) = 85+83+145=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #555391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555391 is #AAAC6E. Grayscale: #5A5A5A. Windows color (decimal): -11185263 or 9524053. OLE color: 9524053.
HSL color Cylindrical-coordinate representation of color #555391: hue angle of 241.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555391 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 83 | 145 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.43 |
| HSL | 241.94º | 0.27% | 0.45% | - |
| HSV(B) | 241.94º | 0.43% | 0.57% | - |
| XYZ | 11.95 | 10.16 | 28.12 | - |
| YUV | 90.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 145 | 0.41 | 0.43 | 0 | 0.43 | 241.94 | 0.27 | 0.45 |
| Hex | 55 | 53 | 91 | 29 | 2B | 0 | 2B | F2 | 1B | 2D |
| Octal | 125 | 123 | 221 | 51 | 53 | 0 | 53 | 362 | 33 | 55 |
| Binary | 1010101 | 1010011 | 10010001 | 101001 | 101011 | 0 | 101011 | 11110010 | 11011 | 101101 |
Color Harmonies of #555391
Complementary color
Monochromatic Colors of #555391
Black with #555391
Text Example
Text Example
White with #555391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555391; }
p { color: rgb(85,83,145); }
H1.HeaderClassName
{
color: #555391;
}
.AnyTagClassName
{
color: #555391;
}
</style>
background-color css
<style>
a { background-color: #555391; }
a { background-color: rgb(85,83,145); }
div.DivClassName
{
background-color: #555391;
}
.BgClassName
{
background-color: #555391;
}
</style>
border-color css
<style>
span { border-color: #555391; }
span { border-color: rgb(85,83,145); }
td.TdClassName
{
border-color: #555391;
}
.TagClassName
{
border-color: #555391;
}
</style>