Shades of East Bay #51566D
Tints of East Bay #51566D
RGB
CMYK
RGB Variations
Color information
#51566D (or 0x51566D) is known color: East Bay. HEX triplet: 51, 56 and 6D. RGB value is (81,86,109). Sum of RGB (Red+Green+Blue) = 81+86+109=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #51566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51566D is #AEA992. Grayscale: #575757. Windows color (decimal): -11446675 or 7165521. OLE color: 7165521.
HSL color Cylindrical-coordinate representation of color #51566D: hue angle of 229.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51566D is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 86 | 109 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.57 |
| HSL | 229.29º | 0.15% | 0.37% | - |
| HSV(B) | 229.29º | 0.26% | 0.43% | - |
| XYZ | 9.48 | 9.51 | 15.8 | - |
| YUV | 87.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 109 | 0.26 | 0.21 | 0 | 0.57 | 229.29 | 0.15 | 0.37 |
| Hex | 51 | 56 | 6D | 1A | 15 | 0 | 39 | E5 | F | 25 |
| Octal | 121 | 126 | 155 | 32 | 25 | 0 | 71 | 345 | 17 | 45 |
| Binary | 1010001 | 1010110 | 1101101 | 11010 | 10101 | 0 | 111001 | 11100101 | 1111 | 100101 |
Color Harmonies of #51566D
Complementary color
Monochromatic Colors of #51566D
Black with #51566D
Text Example
Text Example
White with #51566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51566D; }
p { color: rgb(81,86,109); }
H1.HeaderClassName
{
color: #51566D;
}
.AnyTagClassName
{
color: #51566D;
}
</style>
background-color css
<style>
a { background-color: #51566D; }
a { background-color: rgb(81,86,109); }
div.DivClassName
{
background-color: #51566D;
}
.BgClassName
{
background-color: #51566D;
}
</style>
border-color css
<style>
span { border-color: #51566D; }
span { border-color: rgb(81,86,109); }
td.TdClassName
{
border-color: #51566D;
}
.TagClassName
{
border-color: #51566D;
}
</style>