Shades of East Bay #555B6D
Tints of East Bay #555B6D
RGB
CMYK
RGB Variations
Color information
#555B6D (or 0x555B6D) is known color: East Bay. HEX triplet: 55, 5B and 6D. RGB value is (85,91,109). Sum of RGB (Red+Green+Blue) = 85+91+109=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #555B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B6D is #AAA492. Grayscale: #5B5B5B. Windows color (decimal): -11183251 or 7166805. OLE color: 7166805.
HSL color Cylindrical-coordinate representation of color #555B6D: hue angle of 225º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555B6D is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 91 | 109 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.57 |
| HSL | 225º | 0.12% | 0.38% | - |
| HSV(B) | 225º | 0.22% | 0.43% | - |
| XYZ | 10.25 | 10.52 | 15.96 | - |
| YUV | 91.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 109 | 0.22 | 0.17 | 0 | 0.57 | 225 | 0.12 | 0.38 |
| Hex | 55 | 5B | 6D | 16 | 11 | 0 | 39 | E1 | C | 26 |
| Octal | 125 | 133 | 155 | 26 | 21 | 0 | 71 | 341 | 14 | 46 |
| Binary | 1010101 | 1011011 | 1101101 | 10110 | 10001 | 0 | 111001 | 11100001 | 1100 | 100110 |
Color Harmonies of #555B6D
Complementary color
Monochromatic Colors of #555B6D
Black with #555B6D
Text Example
Text Example
White with #555B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B6D; }
p { color: rgb(85,91,109); }
H1.HeaderClassName
{
color: #555B6D;
}
.AnyTagClassName
{
color: #555B6D;
}
</style>
background-color css
<style>
a { background-color: #555B6D; }
a { background-color: rgb(85,91,109); }
div.DivClassName
{
background-color: #555B6D;
}
.BgClassName
{
background-color: #555B6D;
}
</style>
border-color css
<style>
span { border-color: #555B6D; }
span { border-color: rgb(85,91,109); }
td.TdClassName
{
border-color: #555B6D;
}
.TagClassName
{
border-color: #555B6D;
}
</style>