Shades of Ship Cove #8593AF
Tints of Ship Cove #8593AF
RGB
CMYK
RGB Variations
Color information
#8593AF (or 0x8593AF) is known color: Ship Cove. HEX triplet: 85, 93 and AF. RGB value is (133,147,175). Sum of RGB (Red+Green+Blue) = 133+147+175=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #8593AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8593AF is #7A6C50. Grayscale: #919191. Windows color (decimal): -8023121 or 11506565. OLE color: 11506565.
HSL color Cylindrical-coordinate representation of color #8593AF: hue angle of 220º 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 #8593AF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 147 | 175 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.31 |
| HSL | 220º | 0.21% | 0.6% | - |
| HSV(B) | 220º | 0.24% | 0.69% | - |
| XYZ | 27.84 | 28.95 | 44.68 | - |
| YUV | 146.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 175 | 0.24 | 0.16 | 0 | 0.31 | 220 | 0.21 | 0.6 |
| Hex | 85 | 93 | AF | 18 | 10 | 0 | 1F | DC | 15 | 3C |
| Octal | 205 | 223 | 257 | 30 | 20 | 0 | 37 | 334 | 25 | 74 |
| Binary | 10000101 | 10010011 | 10101111 | 11000 | 10000 | 0 | 11111 | 11011100 | 10101 | 111100 |
Color Harmonies of #8593AF
Complementary color
Monochromatic Colors of #8593AF
Black with #8593AF
Text Example
Text Example
White with #8593AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593AF; }
p { color: rgb(133,147,175); }
H1.HeaderClassName
{
color: #8593AF;
}
.AnyTagClassName
{
color: #8593AF;
}
</style>
background-color css
<style>
a { background-color: #8593AF; }
a { background-color: rgb(133,147,175); }
div.DivClassName
{
background-color: #8593AF;
}
.BgClassName
{
background-color: #8593AF;
}
</style>
border-color css
<style>
span { border-color: #8593AF; }
span { border-color: rgb(133,147,175); }
td.TdClassName
{
border-color: #8593AF;
}
.TagClassName
{
border-color: #8593AF;
}
</style>