Shades of Ship Cove #8591AE
Tints of Ship Cove #8591AE
RGB
CMYK
RGB Variations
Color information
#8591AE (or 0x8591AE) is known color: Ship Cove. HEX triplet: 85, 91 and AE. RGB value is (133,145,174). Sum of RGB (Red+Green+Blue) = 133+145+174=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #8591AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8591AE is #7A6E51. Grayscale: #909090. Windows color (decimal): -8023634 or 11440517. OLE color: 11440517.
HSL color Cylindrical-coordinate representation of color #8591AE: hue angle of 222.44º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8591AE is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 145 | 174 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.32 |
| HSL | 222.44º | 0.2% | 0.6% | - |
| HSV(B) | 222.44º | 0.24% | 0.68% | - |
| XYZ | 27.44 | 28.29 | 44.06 | - |
| YUV | 144.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 174 | 0.24 | 0.17 | 0 | 0.32 | 222.44 | 0.2 | 0.6 |
| Hex | 85 | 91 | AE | 18 | 11 | 0 | 20 | DE | 14 | 3C |
| Octal | 205 | 221 | 256 | 30 | 21 | 0 | 40 | 336 | 24 | 74 |
| Binary | 10000101 | 10010001 | 10101110 | 11000 | 10001 | 0 | 100000 | 11011110 | 10100 | 111100 |
Color Harmonies of #8591AE
Complementary color
Monochromatic Colors of #8591AE
Black with #8591AE
Text Example
Text Example
White with #8591AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8591AE; }
p { color: rgb(133,145,174); }
H1.HeaderClassName
{
color: #8591AE;
}
.AnyTagClassName
{
color: #8591AE;
}
</style>
background-color css
<style>
a { background-color: #8591AE; }
a { background-color: rgb(133,145,174); }
div.DivClassName
{
background-color: #8591AE;
}
.BgClassName
{
background-color: #8591AE;
}
</style>
border-color css
<style>
span { border-color: #8591AE; }
span { border-color: rgb(133,145,174); }
td.TdClassName
{
border-color: #8591AE;
}
.TagClassName
{
border-color: #8591AE;
}
</style>