Shades of East Bay #575D71
Tints of East Bay #575D71
RGB
CMYK
RGB Variations
Color information
#575D71 (or 0x575D71) is known color: East Bay. HEX triplet: 57, 5D and 71. RGB value is (87,93,113). Sum of RGB (Red+Green+Blue) = 87+93+113=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #575D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D71 is #A8A28E. Grayscale: #5D5D5D. Windows color (decimal): -11051663 or 7429463. OLE color: 7429463.
HSL color Cylindrical-coordinate representation of color #575D71: hue angle of 226.15º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575D71 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 93 | 113 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.56 |
| HSL | 226.15º | 0.13% | 0.39% | - |
| HSV(B) | 226.15º | 0.23% | 0.44% | - |
| XYZ | 10.83 | 11.05 | 17.18 | - |
| YUV | 93.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 113 | 0.23 | 0.18 | 0 | 0.56 | 226.15 | 0.13 | 0.39 |
| Hex | 57 | 5D | 71 | 17 | 12 | 0 | 38 | E2 | D | 27 |
| Octal | 127 | 135 | 161 | 27 | 22 | 0 | 70 | 342 | 15 | 47 |
| Binary | 1010111 | 1011101 | 1110001 | 10111 | 10010 | 0 | 111000 | 11100010 | 1101 | 100111 |
Color Harmonies of #575D71
Complementary color
Monochromatic Colors of #575D71
Black with #575D71
Text Example
Text Example
White with #575D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D71; }
p { color: rgb(87,93,113); }
H1.HeaderClassName
{
color: #575D71;
}
.AnyTagClassName
{
color: #575D71;
}
</style>
background-color css
<style>
a { background-color: #575D71; }
a { background-color: rgb(87,93,113); }
div.DivClassName
{
background-color: #575D71;
}
.BgClassName
{
background-color: #575D71;
}
</style>
border-color css
<style>
span { border-color: #575D71; }
span { border-color: rgb(87,93,113); }
td.TdClassName
{
border-color: #575D71;
}
.TagClassName
{
border-color: #575D71;
}
</style>