Shades of Ship Cove #7580AC
Tints of Ship Cove #7580AC
RGB
CMYK
RGB Variations
Color information
#7580AC (or 0x7580AC) is known color: Ship Cove. HEX triplet: 75, 80 and AC. RGB value is (117,128,172). Sum of RGB (Red+Green+Blue) = 117+128+172=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #7580AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7580AC is #8A7F53. Grayscale: #818181. Windows color (decimal): -9076564 or 11305077. OLE color: 11305077.
HSL color Cylindrical-coordinate representation of color #7580AC: hue angle of 228º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7580AC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 128 | 172 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.33 |
| HSL | 228º | 0.25% | 0.57% | - |
| HSV(B) | 228º | 0.32% | 0.67% | - |
| XYZ | 22.5 | 22.2 | 42.13 | - |
| YUV | 129.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 172 | 0.32 | 0.26 | 0 | 0.33 | 228 | 0.25 | 0.57 |
| Hex | 75 | 80 | AC | 20 | 1A | 0 | 21 | E4 | 19 | 39 |
| Octal | 165 | 200 | 254 | 40 | 32 | 0 | 41 | 344 | 31 | 71 |
| Binary | 1110101 | 10000000 | 10101100 | 100000 | 11010 | 0 | 100001 | 11100100 | 11001 | 111001 |
Color Harmonies of #7580AC
Complementary color
Monochromatic Colors of #7580AC
Black with #7580AC
Text Example
Text Example
White with #7580AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7580AC; }
p { color: rgb(117,128,172); }
H1.HeaderClassName
{
color: #7580AC;
}
.AnyTagClassName
{
color: #7580AC;
}
</style>
background-color css
<style>
a { background-color: #7580AC; }
a { background-color: rgb(117,128,172); }
div.DivClassName
{
background-color: #7580AC;
}
.BgClassName
{
background-color: #7580AC;
}
</style>
border-color css
<style>
span { border-color: #7580AC; }
span { border-color: rgb(117,128,172); }
td.TdClassName
{
border-color: #7580AC;
}
.TagClassName
{
border-color: #7580AC;
}
</style>