Shades of East Bay #555A6D
Tints of East Bay #555A6D
RGB
CMYK
RGB Variations
Color information
#555A6D (or 0x555A6D) is known color: East Bay. HEX triplet: 55, 5A and 6D. RGB value is (85,90,109). Sum of RGB (Red+Green+Blue) = 85+90+109=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #555A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A6D is #AAA592. Grayscale: #5A5A5A. Windows color (decimal): -11183507 or 7166549. OLE color: 7166549.
HSL color Cylindrical-coordinate representation of color #555A6D: hue angle of 227.5º 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 #555A6D is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 90 | 109 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.57 |
| HSL | 227.5º | 0.12% | 0.38% | - |
| HSV(B) | 227.5º | 0.22% | 0.43% | - |
| XYZ | 10.16 | 10.35 | 15.93 | - |
| YUV | 90.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 109 | 0.22 | 0.17 | 0 | 0.57 | 227.5 | 0.12 | 0.38 |
| Hex | 55 | 5A | 6D | 16 | 11 | 0 | 39 | E4 | C | 26 |
| Octal | 125 | 132 | 155 | 26 | 21 | 0 | 71 | 344 | 14 | 46 |
| Binary | 1010101 | 1011010 | 1101101 | 10110 | 10001 | 0 | 111001 | 11100100 | 1100 | 100110 |
Color Harmonies of #555A6D
Complementary color
Monochromatic Colors of #555A6D
Black with #555A6D
Text Example
Text Example
White with #555A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A6D; }
p { color: rgb(85,90,109); }
H1.HeaderClassName
{
color: #555A6D;
}
.AnyTagClassName
{
color: #555A6D;
}
</style>
background-color css
<style>
a { background-color: #555A6D; }
a { background-color: rgb(85,90,109); }
div.DivClassName
{
background-color: #555A6D;
}
.BgClassName
{
background-color: #555A6D;
}
</style>
border-color css
<style>
span { border-color: #555A6D; }
span { border-color: rgb(85,90,109); }
td.TdClassName
{
border-color: #555A6D;
}
.TagClassName
{
border-color: #555A6D;
}
</style>