Shades of Ship Cove #858EAB
Tints of Ship Cove #858EAB
RGB
CMYK
RGB Variations
Color information
#858EAB (or 0x858EAB) is known color: Ship Cove. HEX triplet: 85, 8E and AB. RGB value is (133,142,171). Sum of RGB (Red+Green+Blue) = 133+142+171=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #858EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858EAB is #7A7154. Grayscale: #8E8E8E. Windows color (decimal): -8024405 or 11243141. OLE color: 11243141.
HSL color Cylindrical-coordinate representation of color #858EAB: hue angle of 225.79º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #858EAB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 142 | 171 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.33 |
| HSL | 225.79º | 0.18% | 0.6% | - |
| HSV(B) | 225.79º | 0.22% | 0.67% | - |
| XYZ | 26.7 | 27.27 | 42.39 | - |
| YUV | 142.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 171 | 0.22 | 0.17 | 0 | 0.33 | 225.79 | 0.18 | 0.6 |
| Hex | 85 | 8E | AB | 16 | 11 | 0 | 21 | E2 | 12 | 3C |
| Octal | 205 | 216 | 253 | 26 | 21 | 0 | 41 | 342 | 22 | 74 |
| Binary | 10000101 | 10001110 | 10101011 | 10110 | 10001 | 0 | 100001 | 11100010 | 10010 | 111100 |
Color Harmonies of #858EAB
Complementary color
Monochromatic Colors of #858EAB
Black with #858EAB
Text Example
Text Example
White with #858EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EAB; }
p { color: rgb(133,142,171); }
H1.HeaderClassName
{
color: #858EAB;
}
.AnyTagClassName
{
color: #858EAB;
}
</style>
background-color css
<style>
a { background-color: #858EAB; }
a { background-color: rgb(133,142,171); }
div.DivClassName
{
background-color: #858EAB;
}
.BgClassName
{
background-color: #858EAB;
}
</style>
border-color css
<style>
span { border-color: #858EAB; }
span { border-color: rgb(133,142,171); }
td.TdClassName
{
border-color: #858EAB;
}
.TagClassName
{
border-color: #858EAB;
}
</style>