Shades of Governor Bay #555394
Tints of Governor Bay #555394
RGB
CMYK
RGB Variations
Color information
#555394 (or 0x555394) is known color: Governor Bay. HEX triplet: 55, 53 and 94. RGB value is (85,83,148). Sum of RGB (Red+Green+Blue) = 85+83+148=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #555394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555394 is #AAAC6B. Grayscale: #5A5A5A. Windows color (decimal): -11185260 or 9720661. OLE color: 9720661.
HSL color Cylindrical-coordinate representation of color #555394: hue angle of 241.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555394 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 83 | 148 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.42 |
| HSL | 241.85º | 0.28% | 0.45% | - |
| HSV(B) | 241.85º | 0.44% | 0.58% | - |
| XYZ | 12.18 | 10.26 | 29.35 | - |
| YUV | 91.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 148 | 0.43 | 0.44 | 0 | 0.42 | 241.85 | 0.28 | 0.45 |
| Hex | 55 | 53 | 94 | 2B | 2C | 0 | 2A | F2 | 1C | 2D |
| Octal | 125 | 123 | 224 | 53 | 54 | 0 | 52 | 362 | 34 | 55 |
| Binary | 1010101 | 1010011 | 10010100 | 101011 | 101100 | 0 | 101010 | 11110010 | 11100 | 101101 |
Color Harmonies of #555394
Complementary color
Monochromatic Colors of #555394
Black with #555394
Text Example
Text Example
White with #555394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555394; }
p { color: rgb(85,83,148); }
H1.HeaderClassName
{
color: #555394;
}
.AnyTagClassName
{
color: #555394;
}
</style>
background-color css
<style>
a { background-color: #555394; }
a { background-color: rgb(85,83,148); }
div.DivClassName
{
background-color: #555394;
}
.BgClassName
{
background-color: #555394;
}
</style>
border-color css
<style>
span { border-color: #555394; }
span { border-color: rgb(85,83,148); }
td.TdClassName
{
border-color: #555394;
}
.TagClassName
{
border-color: #555394;
}
</style>