Shades of East Bay #555A70
Tints of East Bay #555A70
RGB
CMYK
RGB Variations
Color information
#555A70 (or 0x555A70) is known color: East Bay. HEX triplet: 55, 5A and 70. RGB value is (85,90,112). Sum of RGB (Red+Green+Blue) = 85+90+112=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #555A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A70 is #AAA58F. Grayscale: #5A5A5A. Windows color (decimal): -11183504 or 7363157. OLE color: 7363157.
HSL color Cylindrical-coordinate representation of color #555A70: hue angle of 228.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555A70 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 90 | 112 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.56 |
| HSL | 228.89º | 0.14% | 0.39% | - |
| HSV(B) | 228.89º | 0.24% | 0.44% | - |
| XYZ | 10.33 | 10.41 | 16.79 | - |
| YUV | 91.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 112 | 0.24 | 0.20 | 0 | 0.56 | 228.89 | 0.14 | 0.39 |
| Hex | 55 | 5A | 70 | 18 | 14 | 0 | 38 | E5 | E | 27 |
| Octal | 125 | 132 | 160 | 30 | 24 | 0 | 70 | 345 | 16 | 47 |
| Binary | 1010101 | 1011010 | 1110000 | 11000 | 10100 | 0 | 111000 | 11100101 | 1110 | 100111 |
Color Harmonies of #555A70
Complementary color
Monochromatic Colors of #555A70
Black with #555A70
Text Example
Text Example
White with #555A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A70; }
p { color: rgb(85,90,112); }
H1.HeaderClassName
{
color: #555A70;
}
.AnyTagClassName
{
color: #555A70;
}
</style>
background-color css
<style>
a { background-color: #555A70; }
a { background-color: rgb(85,90,112); }
div.DivClassName
{
background-color: #555A70;
}
.BgClassName
{
background-color: #555A70;
}
</style>
border-color css
<style>
span { border-color: #555A70; }
span { border-color: rgb(85,90,112); }
td.TdClassName
{
border-color: #555A70;
}
.TagClassName
{
border-color: #555A70;
}
</style>