Shades of Ship Cove #8590AF
Tints of Ship Cove #8590AF
RGB
CMYK
RGB Variations
Color information
#8590AF (or 0x8590AF) is known color: Ship Cove. HEX triplet: 85, 90 and AF. RGB value is (133,144,175). Sum of RGB (Red+Green+Blue) = 133+144+175=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #8590AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8590AF is #7A6F50. Grayscale: #909090. Windows color (decimal): -8023889 or 11505797. OLE color: 11505797.
HSL color Cylindrical-coordinate representation of color #8590AF: hue angle of 224.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8590AF is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 144 | 175 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.31 |
| HSL | 224.29º | 0.21% | 0.6% | - |
| HSV(B) | 224.29º | 0.24% | 0.69% | - |
| XYZ | 27.38 | 28.03 | 44.52 | - |
| YUV | 144.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 175 | 0.24 | 0.18 | 0 | 0.31 | 224.29 | 0.21 | 0.6 |
| Hex | 85 | 90 | AF | 18 | 12 | 0 | 1F | E0 | 15 | 3C |
| Octal | 205 | 220 | 257 | 30 | 22 | 0 | 37 | 340 | 25 | 74 |
| Binary | 10000101 | 10010000 | 10101111 | 11000 | 10010 | 0 | 11111 | 11100000 | 10101 | 111100 |
Color Harmonies of #8590AF
Complementary color
Monochromatic Colors of #8590AF
Black with #8590AF
Text Example
Text Example
White with #8590AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8590AF; }
p { color: rgb(133,144,175); }
H1.HeaderClassName
{
color: #8590AF;
}
.AnyTagClassName
{
color: #8590AF;
}
</style>
background-color css
<style>
a { background-color: #8590AF; }
a { background-color: rgb(133,144,175); }
div.DivClassName
{
background-color: #8590AF;
}
.BgClassName
{
background-color: #8590AF;
}
</style>
border-color css
<style>
span { border-color: #8590AF; }
span { border-color: rgb(133,144,175); }
td.TdClassName
{
border-color: #8590AF;
}
.TagClassName
{
border-color: #8590AF;
}
</style>