Shades of East Bay #565C70
Tints of East Bay #565C70
RGB
CMYK
RGB Variations
Color information
#565C70 (or 0x565C70) is known color: East Bay. HEX triplet: 56, 5C and 70. RGB value is (86,92,112). Sum of RGB (Red+Green+Blue) = 86+92+112=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #565C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C70 is #A9A38F. Grayscale: #5C5C5C. Windows color (decimal): -11117456 or 7363670. OLE color: 7363670.
HSL color Cylindrical-coordinate representation of color #565C70: 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 #565C70 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 92 | 112 | - |
| 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.59 | 10.8 | 16.86 | - |
| YUV | 92.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 112 | 0.23 | 0.18 | 0 | 0.56 | 226.15 | 0.13 | 0.39 |
| Hex | 56 | 5C | 70 | 17 | 12 | 0 | 38 | E2 | D | 27 |
| Octal | 126 | 134 | 160 | 27 | 22 | 0 | 70 | 342 | 15 | 47 |
| Binary | 1010110 | 1011100 | 1110000 | 10111 | 10010 | 0 | 111000 | 11100010 | 1101 | 100111 |
Color Harmonies of #565C70
Complementary color
Monochromatic Colors of #565C70
Black with #565C70
Text Example
Text Example
White with #565C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C70; }
p { color: rgb(86,92,112); }
H1.HeaderClassName
{
color: #565C70;
}
.AnyTagClassName
{
color: #565C70;
}
</style>
background-color css
<style>
a { background-color: #565C70; }
a { background-color: rgb(86,92,112); }
div.DivClassName
{
background-color: #565C70;
}
.BgClassName
{
background-color: #565C70;
}
</style>
border-color css
<style>
span { border-color: #565C70; }
span { border-color: rgb(86,92,112); }
td.TdClassName
{
border-color: #565C70;
}
.TagClassName
{
border-color: #565C70;
}
</style>