Shades of Ship Cove #858FA0
Tints of Ship Cove #858FA0
RGB
CMYK
RGB Variations
Color information
#858FA0 (or 0x858FA0) is known color: Ship Cove. HEX triplet: 85, 8F and A0. RGB value is (133,143,160). Sum of RGB (Red+Green+Blue) = 133+143+160=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #858FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858FA0 is #7A705F. Grayscale: #8D8D8D. Windows color (decimal): -8024160 or 10522501. OLE color: 10522501.
HSL color Cylindrical-coordinate representation of color #858FA0: hue angle of 217.78º 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 #858FA0 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 143 | 160 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.37 |
| HSL | 217.78º | 0.12% | 0.57% | - |
| HSV(B) | 217.78º | 0.17% | 0.63% | - |
| XYZ | 25.84 | 27.17 | 37.14 | - |
| YUV | 141.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 160 | 0.17 | 0.11 | 0 | 0.37 | 217.78 | 0.12 | 0.57 |
| Hex | 85 | 8F | A0 | 11 | B | 0 | 25 | DA | C | 39 |
| Octal | 205 | 217 | 240 | 21 | 13 | 0 | 45 | 332 | 14 | 71 |
| Binary | 10000101 | 10001111 | 10100000 | 10001 | 1011 | 0 | 100101 | 11011010 | 1100 | 111001 |
Color Harmonies of #858FA0
Complementary color
Monochromatic Colors of #858FA0
Black with #858FA0
Text Example
Text Example
White with #858FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FA0; }
p { color: rgb(133,143,160); }
H1.HeaderClassName
{
color: #858FA0;
}
.AnyTagClassName
{
color: #858FA0;
}
</style>
background-color css
<style>
a { background-color: #858FA0; }
a { background-color: rgb(133,143,160); }
div.DivClassName
{
background-color: #858FA0;
}
.BgClassName
{
background-color: #858FA0;
}
</style>
border-color css
<style>
span { border-color: #858FA0; }
span { border-color: rgb(133,143,160); }
td.TdClassName
{
border-color: #858FA0;
}
.TagClassName
{
border-color: #858FA0;
}
</style>