Shades of East Bay #565B70
Tints of East Bay #565B70
RGB
CMYK
RGB Variations
Color information
#565B70 (or 0x565B70) is known color: East Bay. HEX triplet: 56, 5B and 70. RGB value is (86,91,112). Sum of RGB (Red+Green+Blue) = 86+91+112=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #565B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B70 is #A9A48F. Grayscale: #5B5B5B. Windows color (decimal): -11117712 or 7363414. OLE color: 7363414.
HSL color Cylindrical-coordinate representation of color #565B70: hue angle of 228.46º 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 #565B70 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 91 | 112 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.56 |
| HSL | 228.46º | 0.13% | 0.39% | - |
| HSV(B) | 228.46º | 0.23% | 0.44% | - |
| XYZ | 10.5 | 10.63 | 16.83 | - |
| YUV | 91.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 112 | 0.23 | 0.19 | 0 | 0.56 | 228.46 | 0.13 | 0.39 |
| Hex | 56 | 5B | 70 | 17 | 13 | 0 | 38 | E4 | D | 27 |
| Octal | 126 | 133 | 160 | 27 | 23 | 0 | 70 | 344 | 15 | 47 |
| Binary | 1010110 | 1011011 | 1110000 | 10111 | 10011 | 0 | 111000 | 11100100 | 1101 | 100111 |
Color Harmonies of #565B70
Complementary color
Monochromatic Colors of #565B70
Black with #565B70
Text Example
Text Example
White with #565B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B70; }
p { color: rgb(86,91,112); }
H1.HeaderClassName
{
color: #565B70;
}
.AnyTagClassName
{
color: #565B70;
}
</style>
background-color css
<style>
a { background-color: #565B70; }
a { background-color: rgb(86,91,112); }
div.DivClassName
{
background-color: #565B70;
}
.BgClassName
{
background-color: #565B70;
}
</style>
border-color css
<style>
span { border-color: #565B70; }
span { border-color: rgb(86,91,112); }
td.TdClassName
{
border-color: #565B70;
}
.TagClassName
{
border-color: #565B70;
}
</style>