Shades of Ship Cove #858EA0
Tints of Ship Cove #858EA0
RGB
CMYK
RGB Variations
Color information
#858EA0 (or 0x858EA0) is known color: Ship Cove. HEX triplet: 85, 8E and A0. RGB value is (133,142,160). Sum of RGB (Red+Green+Blue) = 133+142+160=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #858EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858EA0 is #7A715F. Grayscale: #8D8D8D. Windows color (decimal): -8024416 or 10522245. OLE color: 10522245.
HSL color Cylindrical-coordinate representation of color #858EA0: hue angle of 220º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #858EA0 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 142 | 160 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.37 |
| HSL | 220º | 0.12% | 0.57% | - |
| HSV(B) | 220º | 0.17% | 0.63% | - |
| XYZ | 25.69 | 26.87 | 37.09 | - |
| YUV | 141.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 160 | 0.17 | 0.11 | 0 | 0.37 | 220 | 0.12 | 0.57 |
| Hex | 85 | 8E | A0 | 11 | B | 0 | 25 | DC | C | 39 |
| Octal | 205 | 216 | 240 | 21 | 13 | 0 | 45 | 334 | 14 | 71 |
| Binary | 10000101 | 10001110 | 10100000 | 10001 | 1011 | 0 | 100101 | 11011100 | 1100 | 111001 |
Color Harmonies of #858EA0
Complementary color
Monochromatic Colors of #858EA0
Black with #858EA0
Text Example
Text Example
White with #858EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EA0; }
p { color: rgb(133,142,160); }
H1.HeaderClassName
{
color: #858EA0;
}
.AnyTagClassName
{
color: #858EA0;
}
</style>
background-color css
<style>
a { background-color: #858EA0; }
a { background-color: rgb(133,142,160); }
div.DivClassName
{
background-color: #858EA0;
}
.BgClassName
{
background-color: #858EA0;
}
</style>
border-color css
<style>
span { border-color: #858EA0; }
span { border-color: rgb(133,142,160); }
td.TdClassName
{
border-color: #858EA0;
}
.TagClassName
{
border-color: #858EA0;
}
</style>