Shades of Governor Bay #55539D
Tints of Governor Bay #55539D
RGB
CMYK
RGB Variations
Color information
#55539D (or 0x55539D) is known color: Governor Bay. HEX triplet: 55, 53 and 9D. RGB value is (85,83,157). Sum of RGB (Red+Green+Blue) = 85+83+157=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #55539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55539D is #AAAC62. Grayscale: #5B5B5B. Windows color (decimal): -11185251 or 10310485. OLE color: 10310485.
HSL color Cylindrical-coordinate representation of color #55539D: hue angle of 241.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55539D is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 83 | 157 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.38 |
| HSL | 241.62º | 0.31% | 0.47% | - |
| HSV(B) | 241.62º | 0.47% | 0.62% | - |
| XYZ | 12.93 | 10.55 | 33.25 | - |
| YUV | 92.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 157 | 0.46 | 0.47 | 0 | 0.38 | 241.62 | 0.31 | 0.47 |
| Hex | 55 | 53 | 9D | 2E | 2F | 0 | 26 | F2 | 1F | 2F |
| Octal | 125 | 123 | 235 | 56 | 57 | 0 | 46 | 362 | 37 | 57 |
| Binary | 1010101 | 1010011 | 10011101 | 101110 | 101111 | 0 | 100110 | 11110010 | 11111 | 101111 |
Color Harmonies of #55539D
Complementary color
Monochromatic Colors of #55539D
Black with #55539D
Text Example
Text Example
White with #55539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55539D; }
p { color: rgb(85,83,157); }
H1.HeaderClassName
{
color: #55539D;
}
.AnyTagClassName
{
color: #55539D;
}
</style>
background-color css
<style>
a { background-color: #55539D; }
a { background-color: rgb(85,83,157); }
div.DivClassName
{
background-color: #55539D;
}
.BgClassName
{
background-color: #55539D;
}
</style>
border-color css
<style>
span { border-color: #55539D; }
span { border-color: rgb(85,83,157); }
td.TdClassName
{
border-color: #55539D;
}
.TagClassName
{
border-color: #55539D;
}
</style>