Shades of East Bay #51586D
Tints of East Bay #51586D
RGB
CMYK
RGB Variations
Color information
#51586D (or 0x51586D) is known color: East Bay. HEX triplet: 51, 58 and 6D. RGB value is (81,88,109). Sum of RGB (Red+Green+Blue) = 81+88+109=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #51586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51586D is #AEA792. Grayscale: #585858. Windows color (decimal): -11446163 or 7166033. OLE color: 7166033.
HSL color Cylindrical-coordinate representation of color #51586D: hue angle of 225º 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 #51586D is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 88 | 109 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.57 |
| HSL | 225º | 0.15% | 0.37% | - |
| HSV(B) | 225º | 0.26% | 0.43% | - |
| XYZ | 9.64 | 9.83 | 15.86 | - |
| YUV | 88.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 109 | 0.26 | 0.19 | 0 | 0.57 | 225 | 0.15 | 0.37 |
| Hex | 51 | 58 | 6D | 1A | 13 | 0 | 39 | E1 | F | 25 |
| Octal | 121 | 130 | 155 | 32 | 23 | 0 | 71 | 341 | 17 | 45 |
| Binary | 1010001 | 1011000 | 1101101 | 11010 | 10011 | 0 | 111001 | 11100001 | 1111 | 100101 |
Color Harmonies of #51586D
Complementary color
Monochromatic Colors of #51586D
Black with #51586D
Text Example
Text Example
White with #51586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51586D; }
p { color: rgb(81,88,109); }
H1.HeaderClassName
{
color: #51586D;
}
.AnyTagClassName
{
color: #51586D;
}
</style>
background-color css
<style>
a { background-color: #51586D; }
a { background-color: rgb(81,88,109); }
div.DivClassName
{
background-color: #51586D;
}
.BgClassName
{
background-color: #51586D;
}
</style>
border-color css
<style>
span { border-color: #51586D; }
span { border-color: rgb(81,88,109); }
td.TdClassName
{
border-color: #51586D;
}
.TagClassName
{
border-color: #51586D;
}
</style>