Shades of East Bay #565A6C
Tints of East Bay #565A6C
RGB
CMYK
RGB Variations
Color information
#565A6C (or 0x565A6C) is known color: East Bay. HEX triplet: 56, 5A and 6C. RGB value is (86,90,108). Sum of RGB (Red+Green+Blue) = 86+90+108=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #565A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A6C is #A9A593. Grayscale: #5A5A5A. Windows color (decimal): -11117972 or 7101014. OLE color: 7101014.
HSL color Cylindrical-coordinate representation of color #565A6C: hue angle of 229.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565A6C is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 90 | 108 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.58 |
| HSL | 229.09º | 0.11% | 0.38% | - |
| HSV(B) | 229.09º | 0.2% | 0.42% | - |
| XYZ | 10.2 | 10.37 | 15.65 | - |
| YUV | 90.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 108 | 0.20 | 0.17 | 0 | 0.58 | 229.09 | 0.11 | 0.38 |
| Hex | 56 | 5A | 6C | 14 | 11 | 0 | 3A | E5 | B | 26 |
| Octal | 126 | 132 | 154 | 24 | 21 | 0 | 72 | 345 | 13 | 46 |
| Binary | 1010110 | 1011010 | 1101100 | 10100 | 10001 | 0 | 111010 | 11100101 | 1011 | 100110 |
Color Harmonies of #565A6C
Complementary color
Monochromatic Colors of #565A6C
Black with #565A6C
Text Example
Text Example
White with #565A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A6C; }
p { color: rgb(86,90,108); }
H1.HeaderClassName
{
color: #565A6C;
}
.AnyTagClassName
{
color: #565A6C;
}
</style>
background-color css
<style>
a { background-color: #565A6C; }
a { background-color: rgb(86,90,108); }
div.DivClassName
{
background-color: #565A6C;
}
.BgClassName
{
background-color: #565A6C;
}
</style>
border-color css
<style>
span { border-color: #565A6C; }
span { border-color: rgb(86,90,108); }
td.TdClassName
{
border-color: #565A6C;
}
.TagClassName
{
border-color: #565A6C;
}
</style>