Shades of Governor Bay #555F9A
Tints of Governor Bay #555F9A
RGB
CMYK
RGB Variations
Color information
#555F9A (or 0x555F9A) is known color: Governor Bay. HEX triplet: 55, 5F and 9A. RGB value is (85,95,154). Sum of RGB (Red+Green+Blue) = 85+95+154=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #555F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F9A is #AAA065. Grayscale: #626262. Windows color (decimal): -11182182 or 10116949. OLE color: 10116949.
HSL color Cylindrical-coordinate representation of color #555F9A: hue angle of 231.3º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555F9A is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 95 | 154 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.40 |
| HSL | 231.3º | 0.29% | 0.47% | - |
| HSV(B) | 231.3º | 0.45% | 0.6% | - |
| XYZ | 13.67 | 12.45 | 32.25 | - |
| YUV | 98.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 154 | 0.45 | 0.38 | 0 | 0.40 | 231.3 | 0.29 | 0.47 |
| Hex | 55 | 5F | 9A | 2D | 26 | 0 | 28 | E7 | 1D | 2F |
| Octal | 125 | 137 | 232 | 55 | 46 | 0 | 50 | 347 | 35 | 57 |
| Binary | 1010101 | 1011111 | 10011010 | 101101 | 100110 | 0 | 101000 | 11100111 | 11101 | 101111 |
Color Harmonies of #555F9A
Complementary color
Monochromatic Colors of #555F9A
Black with #555F9A
Text Example
Text Example
White with #555F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F9A; }
p { color: rgb(85,95,154); }
H1.HeaderClassName
{
color: #555F9A;
}
.AnyTagClassName
{
color: #555F9A;
}
</style>
background-color css
<style>
a { background-color: #555F9A; }
a { background-color: rgb(85,95,154); }
div.DivClassName
{
background-color: #555F9A;
}
.BgClassName
{
background-color: #555F9A;
}
</style>
border-color css
<style>
span { border-color: #555F9A; }
span { border-color: rgb(85,95,154); }
td.TdClassName
{
border-color: #555F9A;
}
.TagClassName
{
border-color: #555F9A;
}
</style>