Shades of East Bay #575B6E
Tints of East Bay #575B6E
RGB
CMYK
RGB Variations
Color information
#575B6E (or 0x575B6E) is known color: East Bay. HEX triplet: 57, 5B and 6E. RGB value is (87,91,110). Sum of RGB (Red+Green+Blue) = 87+91+110=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #575B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B6E is #A8A491. Grayscale: #5B5B5B. Windows color (decimal): -11052178 or 7232343. OLE color: 7232343.
HSL color Cylindrical-coordinate representation of color #575B6E: hue angle of 229.57º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575B6E is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 91 | 110 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.57 |
| HSL | 229.57º | 0.12% | 0.39% | - |
| HSV(B) | 229.57º | 0.21% | 0.43% | - |
| XYZ | 10.49 | 10.63 | 16.25 | - |
| YUV | 91.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 110 | 0.21 | 0.17 | 0 | 0.57 | 229.57 | 0.12 | 0.39 |
| Hex | 57 | 5B | 6E | 15 | 11 | 0 | 39 | E6 | C | 27 |
| Octal | 127 | 133 | 156 | 25 | 21 | 0 | 71 | 346 | 14 | 47 |
| Binary | 1010111 | 1011011 | 1101110 | 10101 | 10001 | 0 | 111001 | 11100110 | 1100 | 100111 |
Color Harmonies of #575B6E
Complementary color
Monochromatic Colors of #575B6E
Black with #575B6E
Text Example
Text Example
White with #575B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B6E; }
p { color: rgb(87,91,110); }
H1.HeaderClassName
{
color: #575B6E;
}
.AnyTagClassName
{
color: #575B6E;
}
</style>
background-color css
<style>
a { background-color: #575B6E; }
a { background-color: rgb(87,91,110); }
div.DivClassName
{
background-color: #575B6E;
}
.BgClassName
{
background-color: #575B6E;
}
</style>
border-color css
<style>
span { border-color: #575B6E; }
span { border-color: rgb(87,91,110); }
td.TdClassName
{
border-color: #575B6E;
}
.TagClassName
{
border-color: #575B6E;
}
</style>