Shades of East Bay #555A71
Tints of East Bay #555A71
RGB
CMYK
RGB Variations
Color information
#555A71 (or 0x555A71) is known color: East Bay. HEX triplet: 55, 5A and 71. RGB value is (85,90,113). Sum of RGB (Red+Green+Blue) = 85+90+113=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #555A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A71 is #AAA58E. Grayscale: #5B5B5B. Windows color (decimal): -11183503 or 7428693. OLE color: 7428693.
HSL color Cylindrical-coordinate representation of color #555A71: hue angle of 229.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555A71 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 90 | 113 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.56 |
| HSL | 229.29º | 0.14% | 0.39% | - |
| HSV(B) | 229.29º | 0.25% | 0.44% | - |
| XYZ | 10.38 | 10.44 | 17.09 | - |
| YUV | 91.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 113 | 0.25 | 0.20 | 0 | 0.56 | 229.29 | 0.14 | 0.39 |
| Hex | 55 | 5A | 71 | 19 | 14 | 0 | 38 | E5 | E | 27 |
| Octal | 125 | 132 | 161 | 31 | 24 | 0 | 70 | 345 | 16 | 47 |
| Binary | 1010101 | 1011010 | 1110001 | 11001 | 10100 | 0 | 111000 | 11100101 | 1110 | 100111 |
Color Harmonies of #555A71
Complementary color
Monochromatic Colors of #555A71
Black with #555A71
Text Example
Text Example
White with #555A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A71; }
p { color: rgb(85,90,113); }
H1.HeaderClassName
{
color: #555A71;
}
.AnyTagClassName
{
color: #555A71;
}
</style>
background-color css
<style>
a { background-color: #555A71; }
a { background-color: rgb(85,90,113); }
div.DivClassName
{
background-color: #555A71;
}
.BgClassName
{
background-color: #555A71;
}
</style>
border-color css
<style>
span { border-color: #555A71; }
span { border-color: rgb(85,90,113); }
td.TdClassName
{
border-color: #555A71;
}
.TagClassName
{
border-color: #555A71;
}
</style>