Shades of East Bay #555C6E
Tints of East Bay #555C6E
RGB
CMYK
RGB Variations
Color information
#555C6E (or 0x555C6E) is known color: East Bay. HEX triplet: 55, 5C and 6E. RGB value is (85,92,110). Sum of RGB (Red+Green+Blue) = 85+92+110=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #555C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C6E is #AAA391. Grayscale: #5B5B5B. Windows color (decimal): -11182994 or 7232597. OLE color: 7232597.
HSL color Cylindrical-coordinate representation of color #555C6E: hue angle of 223.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555C6E is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 92 | 110 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.57 |
| HSL | 223.2º | 0.13% | 0.38% | - |
| HSV(B) | 223.2º | 0.23% | 0.43% | - |
| XYZ | 10.39 | 10.71 | 16.27 | - |
| YUV | 91.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 110 | 0.23 | 0.16 | 0 | 0.57 | 223.2 | 0.13 | 0.38 |
| Hex | 55 | 5C | 6E | 17 | 10 | 0 | 39 | DF | D | 26 |
| Octal | 125 | 134 | 156 | 27 | 20 | 0 | 71 | 337 | 15 | 46 |
| Binary | 1010101 | 1011100 | 1101110 | 10111 | 10000 | 0 | 111001 | 11011111 | 1101 | 100110 |
Color Harmonies of #555C6E
Complementary color
Monochromatic Colors of #555C6E
Black with #555C6E
Text Example
Text Example
White with #555C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C6E; }
p { color: rgb(85,92,110); }
H1.HeaderClassName
{
color: #555C6E;
}
.AnyTagClassName
{
color: #555C6E;
}
</style>
background-color css
<style>
a { background-color: #555C6E; }
a { background-color: rgb(85,92,110); }
div.DivClassName
{
background-color: #555C6E;
}
.BgClassName
{
background-color: #555C6E;
}
</style>
border-color css
<style>
span { border-color: #555C6E; }
span { border-color: rgb(85,92,110); }
td.TdClassName
{
border-color: #555C6E;
}
.TagClassName
{
border-color: #555C6E;
}
</style>