Shades of Ship Cove #7589A9
Tints of Ship Cove #7589A9
RGB
CMYK
RGB Variations
Color information
#7589A9 (or 0x7589A9) is known color: Ship Cove. HEX triplet: 75, 89 and A9. RGB value is (117,137,169). Sum of RGB (Red+Green+Blue) = 117+137+169=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #7589A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7589A9 is #8A7656. Grayscale: #868686. Windows color (decimal): -9074263 or 11110773. OLE color: 11110773.
HSL color Cylindrical-coordinate representation of color #7589A9: hue angle of 216.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7589A9 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 137 | 169 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.34 |
| HSL | 216.92º | 0.23% | 0.56% | - |
| HSV(B) | 216.92º | 0.31% | 0.66% | - |
| XYZ | 23.44 | 24.54 | 41.04 | - |
| YUV | 134.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 169 | 0.31 | 0.19 | 0 | 0.34 | 216.92 | 0.23 | 0.56 |
| Hex | 75 | 89 | A9 | 1F | 13 | 0 | 22 | D9 | 17 | 38 |
| Octal | 165 | 211 | 251 | 37 | 23 | 0 | 42 | 331 | 27 | 70 |
| Binary | 1110101 | 10001001 | 10101001 | 11111 | 10011 | 0 | 100010 | 11011001 | 10111 | 111000 |
Color Harmonies of #7589A9
Complementary color
Monochromatic Colors of #7589A9
Black with #7589A9
Text Example
Text Example
White with #7589A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7589A9; }
p { color: rgb(117,137,169); }
H1.HeaderClassName
{
color: #7589A9;
}
.AnyTagClassName
{
color: #7589A9;
}
</style>
background-color css
<style>
a { background-color: #7589A9; }
a { background-color: rgb(117,137,169); }
div.DivClassName
{
background-color: #7589A9;
}
.BgClassName
{
background-color: #7589A9;
}
</style>
border-color css
<style>
span { border-color: #7589A9; }
span { border-color: rgb(117,137,169); }
td.TdClassName
{
border-color: #7589A9;
}
.TagClassName
{
border-color: #7589A9;
}
</style>