Shades of East Bay #575D72
Tints of East Bay #575D72
RGB
CMYK
RGB Variations
Color information
#575D72 (or 0x575D72) is known color: East Bay. HEX triplet: 57, 5D and 72. RGB value is (87,93,114). Sum of RGB (Red+Green+Blue) = 87+93+114=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #575D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D72 is #A8A28D. Grayscale: #5D5D5D. Windows color (decimal): -11051662 or 7494999. OLE color: 7494999.
HSL color Cylindrical-coordinate representation of color #575D72: hue angle of 226.67º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575D72 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 93 | 114 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.55 |
| HSL | 226.67º | 0.13% | 0.39% | - |
| HSV(B) | 226.67º | 0.24% | 0.45% | - |
| XYZ | 10.88 | 11.07 | 17.48 | - |
| YUV | 93.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 114 | 0.24 | 0.18 | 0 | 0.55 | 226.67 | 0.13 | 0.39 |
| Hex | 57 | 5D | 72 | 18 | 12 | 0 | 37 | E3 | D | 27 |
| Octal | 127 | 135 | 162 | 30 | 22 | 0 | 67 | 343 | 15 | 47 |
| Binary | 1010111 | 1011101 | 1110010 | 11000 | 10010 | 0 | 110111 | 11100011 | 1101 | 100111 |
Color Harmonies of #575D72
Complementary color
Monochromatic Colors of #575D72
Black with #575D72
Text Example
Text Example
White with #575D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D72; }
p { color: rgb(87,93,114); }
H1.HeaderClassName
{
color: #575D72;
}
.AnyTagClassName
{
color: #575D72;
}
</style>
background-color css
<style>
a { background-color: #575D72; }
a { background-color: rgb(87,93,114); }
div.DivClassName
{
background-color: #575D72;
}
.BgClassName
{
background-color: #575D72;
}
</style>
border-color css
<style>
span { border-color: #575D72; }
span { border-color: rgb(87,93,114); }
td.TdClassName
{
border-color: #575D72;
}
.TagClassName
{
border-color: #575D72;
}
</style>