Shades of East Bay #555A6F
Tints of East Bay #555A6F
RGB
CMYK
RGB Variations
Color information
#555A6F (or 0x555A6F) is known color: East Bay. HEX triplet: 55, 5A and 6F. RGB value is (85,90,111). Sum of RGB (Red+Green+Blue) = 85+90+111=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #555A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A6F is #AAA590. Grayscale: #5A5A5A. Windows color (decimal): -11183505 or 7297621. OLE color: 7297621.
HSL color Cylindrical-coordinate representation of color #555A6F: hue angle of 228.46º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555A6F is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 90 | 111 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.56 |
| HSL | 228.46º | 0.13% | 0.38% | - |
| HSV(B) | 228.46º | 0.23% | 0.44% | - |
| XYZ | 10.27 | 10.39 | 16.5 | - |
| YUV | 90.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 111 | 0.23 | 0.19 | 0 | 0.56 | 228.46 | 0.13 | 0.38 |
| Hex | 55 | 5A | 6F | 17 | 13 | 0 | 38 | E4 | D | 26 |
| Octal | 125 | 132 | 157 | 27 | 23 | 0 | 70 | 344 | 15 | 46 |
| Binary | 1010101 | 1011010 | 1101111 | 10111 | 10011 | 0 | 111000 | 11100100 | 1101 | 100110 |
Color Harmonies of #555A6F
Complementary color
Monochromatic Colors of #555A6F
Black with #555A6F
Text Example
Text Example
White with #555A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A6F; }
p { color: rgb(85,90,111); }
H1.HeaderClassName
{
color: #555A6F;
}
.AnyTagClassName
{
color: #555A6F;
}
</style>
background-color css
<style>
a { background-color: #555A6F; }
a { background-color: rgb(85,90,111); }
div.DivClassName
{
background-color: #555A6F;
}
.BgClassName
{
background-color: #555A6F;
}
</style>
border-color css
<style>
span { border-color: #555A6F; }
span { border-color: rgb(85,90,111); }
td.TdClassName
{
border-color: #555A6F;
}
.TagClassName
{
border-color: #555A6F;
}
</style>