Shades of Ship Cove #7591B3
Tints of Ship Cove #7591B3
RGB
CMYK
RGB Variations
Color information
#7591B3 (or 0x7591B3) is known color: Ship Cove. HEX triplet: 75, 91 and B3. RGB value is (117,145,179). Sum of RGB (Red+Green+Blue) = 117+145+179=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #7591B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7591B3 is #8A6E4C. Grayscale: #8C8C8C. Windows color (decimal): -9072205 or 11768181. OLE color: 11768181.
HSL color Cylindrical-coordinate representation of color #7591B3: hue angle of 212.9º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7591B3 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 145 | 179 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.30 |
| HSL | 212.9º | 0.29% | 0.58% | - |
| HSV(B) | 212.9º | 0.35% | 0.7% | - |
| XYZ | 25.6 | 27.29 | 46.57 | - |
| YUV | 140.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 179 | 0.35 | 0.19 | 0 | 0.30 | 212.9 | 0.29 | 0.58 |
| Hex | 75 | 91 | B3 | 23 | 13 | 0 | 1E | D5 | 1D | 3A |
| Octal | 165 | 221 | 263 | 43 | 23 | 0 | 36 | 325 | 35 | 72 |
| Binary | 1110101 | 10010001 | 10110011 | 100011 | 10011 | 0 | 11110 | 11010101 | 11101 | 111010 |
Color Harmonies of #7591B3
Complementary color
Monochromatic Colors of #7591B3
Black with #7591B3
Text Example
Text Example
White with #7591B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7591B3; }
p { color: rgb(117,145,179); }
H1.HeaderClassName
{
color: #7591B3;
}
.AnyTagClassName
{
color: #7591B3;
}
</style>
background-color css
<style>
a { background-color: #7591B3; }
a { background-color: rgb(117,145,179); }
div.DivClassName
{
background-color: #7591B3;
}
.BgClassName
{
background-color: #7591B3;
}
</style>
border-color css
<style>
span { border-color: #7591B3; }
span { border-color: rgb(117,145,179); }
td.TdClassName
{
border-color: #7591B3;
}
.TagClassName
{
border-color: #7591B3;
}
</style>