Shades of Ship Cove #7584A1
Tints of Ship Cove #7584A1
RGB
CMYK
RGB Variations
Color information
#7584A1 (or 0x7584A1) is known color: Ship Cove. HEX triplet: 75, 84 and A1. RGB value is (117,132,161). Sum of RGB (Red+Green+Blue) = 117+132+161=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 161 - color contains mainly: blue. Hex color #7584A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7584A1 is #8A7B5E. Grayscale: #828282. Windows color (decimal): -9075551 or 10585205. OLE color: 10585205.
HSL color Cylindrical-coordinate representation of color #7584A1: hue angle of 219.55º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7584A1 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 132 | 161 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.37 |
| HSL | 219.55º | 0.19% | 0.55% | - |
| HSV(B) | 219.55º | 0.27% | 0.63% | - |
| XYZ | 22.02 | 22.86 | 36.97 | - |
| YUV | 130.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 161 | 0.27 | 0.18 | 0 | 0.37 | 219.55 | 0.19 | 0.55 |
| Hex | 75 | 84 | A1 | 1B | 12 | 0 | 25 | DC | 13 | 37 |
| Octal | 165 | 204 | 241 | 33 | 22 | 0 | 45 | 334 | 23 | 67 |
| Binary | 1110101 | 10000100 | 10100001 | 11011 | 10010 | 0 | 100101 | 11011100 | 10011 | 110111 |
Color Harmonies of #7584A1
Complementary color
Monochromatic Colors of #7584A1
Black with #7584A1
Text Example
Text Example
White with #7584A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584A1; }
p { color: rgb(117,132,161); }
H1.HeaderClassName
{
color: #7584A1;
}
.AnyTagClassName
{
color: #7584A1;
}
</style>
background-color css
<style>
a { background-color: #7584A1; }
a { background-color: rgb(117,132,161); }
div.DivClassName
{
background-color: #7584A1;
}
.BgClassName
{
background-color: #7584A1;
}
</style>
border-color css
<style>
span { border-color: #7584A1; }
span { border-color: rgb(117,132,161); }
td.TdClassName
{
border-color: #7584A1;
}
.TagClassName
{
border-color: #7584A1;
}
</style>