Shades of Governor Bay #555398
Tints of Governor Bay #555398
RGB
CMYK
RGB Variations
Color information
#555398 (or 0x555398) is known color: Governor Bay. HEX triplet: 55, 53 and 98. RGB value is (85,83,152). Sum of RGB (Red+Green+Blue) = 85+83+152=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #555398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555398 is #AAAC67. Grayscale: #5B5B5B. Windows color (decimal): -11185256 or 9982805. OLE color: 9982805.
HSL color Cylindrical-coordinate representation of color #555398: hue angle of 241.74º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555398 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 83 | 152 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.40 |
| HSL | 241.74º | 0.29% | 0.46% | - |
| HSV(B) | 241.74º | 0.45% | 0.6% | - |
| XYZ | 12.51 | 10.38 | 31.05 | - |
| YUV | 91.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 152 | 0.44 | 0.45 | 0 | 0.40 | 241.74 | 0.29 | 0.46 |
| Hex | 55 | 53 | 98 | 2C | 2D | 0 | 28 | F2 | 1D | 2E |
| Octal | 125 | 123 | 230 | 54 | 55 | 0 | 50 | 362 | 35 | 56 |
| Binary | 1010101 | 1010011 | 10011000 | 101100 | 101101 | 0 | 101000 | 11110010 | 11101 | 101110 |
Color Harmonies of #555398
Complementary color
Monochromatic Colors of #555398
Black with #555398
Text Example
Text Example
White with #555398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555398; }
p { color: rgb(85,83,152); }
H1.HeaderClassName
{
color: #555398;
}
.AnyTagClassName
{
color: #555398;
}
</style>
background-color css
<style>
a { background-color: #555398; }
a { background-color: rgb(85,83,152); }
div.DivClassName
{
background-color: #555398;
}
.BgClassName
{
background-color: #555398;
}
</style>
border-color css
<style>
span { border-color: #555398; }
span { border-color: rgb(85,83,152); }
td.TdClassName
{
border-color: #555398;
}
.TagClassName
{
border-color: #555398;
}
</style>