Shades of Ship Cove #858EAD
Tints of Ship Cove #858EAD
RGB
CMYK
RGB Variations
Color information
#858EAD (or 0x858EAD) is known color: Ship Cove. HEX triplet: 85, 8E and AD. RGB value is (133,142,173). Sum of RGB (Red+Green+Blue) = 133+142+173=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #858EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858EAD is #7A7152. Grayscale: #8E8E8E. Windows color (decimal): -8024403 or 11374213. OLE color: 11374213.
HSL color Cylindrical-coordinate representation of color #858EAD: hue angle of 226.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858EAD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 142 | 173 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.32 |
| HSL | 226.5º | 0.2% | 0.6% | - |
| HSV(B) | 226.5º | 0.23% | 0.68% | - |
| XYZ | 26.89 | 27.35 | 43.4 | - |
| YUV | 142.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 173 | 0.23 | 0.18 | 0 | 0.32 | 226.5 | 0.2 | 0.6 |
| Hex | 85 | 8E | AD | 17 | 12 | 0 | 20 | E2 | 14 | 3C |
| Octal | 205 | 216 | 255 | 27 | 22 | 0 | 40 | 342 | 24 | 74 |
| Binary | 10000101 | 10001110 | 10101101 | 10111 | 10010 | 0 | 100000 | 11100010 | 10100 | 111100 |
Color Harmonies of #858EAD
Complementary color
Monochromatic Colors of #858EAD
Black with #858EAD
Text Example
Text Example
White with #858EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EAD; }
p { color: rgb(133,142,173); }
H1.HeaderClassName
{
color: #858EAD;
}
.AnyTagClassName
{
color: #858EAD;
}
</style>
background-color css
<style>
a { background-color: #858EAD; }
a { background-color: rgb(133,142,173); }
div.DivClassName
{
background-color: #858EAD;
}
.BgClassName
{
background-color: #858EAD;
}
</style>
border-color css
<style>
span { border-color: #858EAD; }
span { border-color: rgb(133,142,173); }
td.TdClassName
{
border-color: #858EAD;
}
.TagClassName
{
border-color: #858EAD;
}
</style>