Shades of Ship Cove #8594AB
Tints of Ship Cove #8594AB
RGB
CMYK
RGB Variations
Color information
#8594AB (or 0x8594AB) is known color: Ship Cove. HEX triplet: 85, 94 and AB. RGB value is (133,148,171). Sum of RGB (Red+Green+Blue) = 133+148+171=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #8594AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8594AB is #7A6B54. Grayscale: #929292. Windows color (decimal): -8022869 or 11244677. OLE color: 11244677.
HSL color Cylindrical-coordinate representation of color #8594AB: hue angle of 216.32º 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 #8594AB is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 148 | 171 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.33 |
| HSL | 216.32º | 0.18% | 0.6% | - |
| HSV(B) | 216.32º | 0.22% | 0.67% | - |
| XYZ | 27.61 | 29.11 | 42.69 | - |
| YUV | 146.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 171 | 0.22 | 0.13 | 0 | 0.33 | 216.32 | 0.18 | 0.6 |
| Hex | 85 | 94 | AB | 16 | D | 0 | 21 | D8 | 12 | 3C |
| Octal | 205 | 224 | 253 | 26 | 15 | 0 | 41 | 330 | 22 | 74 |
| Binary | 10000101 | 10010100 | 10101011 | 10110 | 1101 | 0 | 100001 | 11011000 | 10010 | 111100 |
Color Harmonies of #8594AB
Complementary color
Monochromatic Colors of #8594AB
Black with #8594AB
Text Example
Text Example
White with #8594AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594AB; }
p { color: rgb(133,148,171); }
H1.HeaderClassName
{
color: #8594AB;
}
.AnyTagClassName
{
color: #8594AB;
}
</style>
background-color css
<style>
a { background-color: #8594AB; }
a { background-color: rgb(133,148,171); }
div.DivClassName
{
background-color: #8594AB;
}
.BgClassName
{
background-color: #8594AB;
}
</style>
border-color css
<style>
span { border-color: #8594AB; }
span { border-color: rgb(133,148,171); }
td.TdClassName
{
border-color: #8594AB;
}
.TagClassName
{
border-color: #8594AB;
}
</style>