Shades of Governor Bay #555C8A
Tints of Governor Bay #555C8A
RGB
CMYK
RGB Variations
Color information
#555C8A (or 0x555C8A) is known color: Governor Bay. HEX triplet: 55, 5C and 8A. RGB value is (85,92,138). Sum of RGB (Red+Green+Blue) = 85+92+138=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #555C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C8A is #AAA375. Grayscale: #5E5E5E. Windows color (decimal): -11182966 or 9067605. OLE color: 9067605.
HSL color Cylindrical-coordinate representation of color #555C8A: hue angle of 232.08º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555C8A is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 92 | 138 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.46 |
| HSL | 232.08º | 0.24% | 0.44% | - |
| HSV(B) | 232.08º | 0.38% | 0.54% | - |
| XYZ | 12.16 | 11.42 | 25.61 | - |
| YUV | 95.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 138 | 0.38 | 0.33 | 0 | 0.46 | 232.08 | 0.24 | 0.44 |
| Hex | 55 | 5C | 8A | 26 | 21 | 0 | 2E | E8 | 18 | 2C |
| Octal | 125 | 134 | 212 | 46 | 41 | 0 | 56 | 350 | 30 | 54 |
| Binary | 1010101 | 1011100 | 10001010 | 100110 | 100001 | 0 | 101110 | 11101000 | 11000 | 101100 |
Color Harmonies of #555C8A
Complementary color
Monochromatic Colors of #555C8A
Black with #555C8A
Text Example
Text Example
White with #555C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C8A; }
p { color: rgb(85,92,138); }
H1.HeaderClassName
{
color: #555C8A;
}
.AnyTagClassName
{
color: #555C8A;
}
</style>
background-color css
<style>
a { background-color: #555C8A; }
a { background-color: rgb(85,92,138); }
div.DivClassName
{
background-color: #555C8A;
}
.BgClassName
{
background-color: #555C8A;
}
</style>
border-color css
<style>
span { border-color: #555C8A; }
span { border-color: rgb(85,92,138); }
td.TdClassName
{
border-color: #555C8A;
}
.TagClassName
{
border-color: #555C8A;
}
</style>