Shades of East Bay #555972
Tints of East Bay #555972
RGB
CMYK
RGB Variations
Color information
#555972 (or 0x555972) is known color: East Bay. HEX triplet: 55, 59 and 72. RGB value is (85,89,114). Sum of RGB (Red+Green+Blue) = 85+89+114=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #555972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555972 is #AAA68D. Grayscale: #5A5A5A. Windows color (decimal): -11183758 or 7493973. OLE color: 7493973.
HSL color Cylindrical-coordinate representation of color #555972: hue angle of 231.72º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555972 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 89 | 114 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.55 |
| HSL | 231.72º | 0.15% | 0.39% | - |
| HSV(B) | 231.72º | 0.25% | 0.45% | - |
| XYZ | 10.36 | 10.29 | 17.36 | - |
| YUV | 90.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 114 | 0.25 | 0.22 | 0 | 0.55 | 231.72 | 0.15 | 0.39 |
| Hex | 55 | 59 | 72 | 19 | 16 | 0 | 37 | E8 | F | 27 |
| Octal | 125 | 131 | 162 | 31 | 26 | 0 | 67 | 350 | 17 | 47 |
| Binary | 1010101 | 1011001 | 1110010 | 11001 | 10110 | 0 | 110111 | 11101000 | 1111 | 100111 |
Color Harmonies of #555972
Complementary color
Monochromatic Colors of #555972
Black with #555972
Text Example
Text Example
White with #555972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555972; }
p { color: rgb(85,89,114); }
H1.HeaderClassName
{
color: #555972;
}
.AnyTagClassName
{
color: #555972;
}
</style>
background-color css
<style>
a { background-color: #555972; }
a { background-color: rgb(85,89,114); }
div.DivClassName
{
background-color: #555972;
}
.BgClassName
{
background-color: #555972;
}
</style>
border-color css
<style>
span { border-color: #555972; }
span { border-color: rgb(85,89,114); }
td.TdClassName
{
border-color: #555972;
}
.TagClassName
{
border-color: #555972;
}
</style>