Shades of Governor Bay #555B92
Tints of Governor Bay #555B92
RGB
CMYK
RGB Variations
Color information
#555B92 (or 0x555B92) is known color: Governor Bay. HEX triplet: 55, 5B and 92. RGB value is (85,91,146). Sum of RGB (Red+Green+Blue) = 85+91+146=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #555B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B92 is #AAA46D. Grayscale: #5F5F5F. Windows color (decimal): -11183214 or 9591637. OLE color: 9591637.
HSL color Cylindrical-coordinate representation of color #555B92: hue angle of 234.1º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555B92 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 91 | 146 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.43 |
| HSL | 234.1º | 0.26% | 0.45% | - |
| HSV(B) | 234.1º | 0.42% | 0.57% | - |
| XYZ | 12.68 | 11.49 | 28.74 | - |
| YUV | 95.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 146 | 0.42 | 0.38 | 0 | 0.43 | 234.1 | 0.26 | 0.45 |
| Hex | 55 | 5B | 92 | 2A | 26 | 0 | 2B | EA | 1A | 2D |
| Octal | 125 | 133 | 222 | 52 | 46 | 0 | 53 | 352 | 32 | 55 |
| Binary | 1010101 | 1011011 | 10010010 | 101010 | 100110 | 0 | 101011 | 11101010 | 11010 | 101101 |
Color Harmonies of #555B92
Complementary color
Monochromatic Colors of #555B92
Black with #555B92
Text Example
Text Example
White with #555B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B92; }
p { color: rgb(85,91,146); }
H1.HeaderClassName
{
color: #555B92;
}
.AnyTagClassName
{
color: #555B92;
}
</style>
background-color css
<style>
a { background-color: #555B92; }
a { background-color: rgb(85,91,146); }
div.DivClassName
{
background-color: #555B92;
}
.BgClassName
{
background-color: #555B92;
}
</style>
border-color css
<style>
span { border-color: #555B92; }
span { border-color: rgb(85,91,146); }
td.TdClassName
{
border-color: #555B92;
}
.TagClassName
{
border-color: #555B92;
}
</style>