Shades of Ship Cove #7583AB
Tints of Ship Cove #7583AB
RGB
CMYK
RGB Variations
Color information
#7583AB (or 0x7583AB) is known color: Ship Cove. HEX triplet: 75, 83 and AB. RGB value is (117,131,171). Sum of RGB (Red+Green+Blue) = 117+131+171=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #7583AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7583AB is #8A7C54. Grayscale: #838383. Windows color (decimal): -9075797 or 11240309. OLE color: 11240309.
HSL color Cylindrical-coordinate representation of color #7583AB: hue angle of 224.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7583AB is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 131 | 171 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.33 |
| HSL | 224.44º | 0.24% | 0.56% | - |
| HSV(B) | 224.44º | 0.32% | 0.67% | - |
| XYZ | 22.8 | 22.95 | 41.76 | - |
| YUV | 131.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 171 | 0.32 | 0.23 | 0 | 0.33 | 224.44 | 0.24 | 0.56 |
| Hex | 75 | 83 | AB | 20 | 17 | 0 | 21 | E0 | 18 | 38 |
| Octal | 165 | 203 | 253 | 40 | 27 | 0 | 41 | 340 | 30 | 70 |
| Binary | 1110101 | 10000011 | 10101011 | 100000 | 10111 | 0 | 100001 | 11100000 | 11000 | 111000 |
Color Harmonies of #7583AB
Complementary color
Monochromatic Colors of #7583AB
Black with #7583AB
Text Example
Text Example
White with #7583AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7583AB; }
p { color: rgb(117,131,171); }
H1.HeaderClassName
{
color: #7583AB;
}
.AnyTagClassName
{
color: #7583AB;
}
</style>
background-color css
<style>
a { background-color: #7583AB; }
a { background-color: rgb(117,131,171); }
div.DivClassName
{
background-color: #7583AB;
}
.BgClassName
{
background-color: #7583AB;
}
</style>
border-color css
<style>
span { border-color: #7583AB; }
span { border-color: rgb(117,131,171); }
td.TdClassName
{
border-color: #7583AB;
}
.TagClassName
{
border-color: #7583AB;
}
</style>