Shades of Ship Cove #657CAB
Tints of Ship Cove #657CAB
RGB
CMYK
RGB Variations
Color information
#657CAB (or 0x657CAB) is known color: Ship Cove. HEX triplet: 65, 7C and AB. RGB value is (101,124,171). Sum of RGB (Red+Green+Blue) = 101+124+171=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #657CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657CAB is #9A8354. Grayscale: #7A7A7A. Windows color (decimal): -10126165 or 11238501. OLE color: 11238501.
HSL color Cylindrical-coordinate representation of color #657CAB: hue angle of 220.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #657CAB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 124 | 171 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.33 |
| HSL | 220.29º | 0.29% | 0.53% | - |
| HSV(B) | 220.29º | 0.41% | 0.67% | - |
| XYZ | 19.93 | 20.12 | 41.36 | - |
| YUV | 122.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 171 | 0.41 | 0.27 | 0 | 0.33 | 220.29 | 0.29 | 0.53 |
| Hex | 65 | 7C | AB | 29 | 1B | 0 | 21 | DC | 1D | 35 |
| Octal | 145 | 174 | 253 | 51 | 33 | 0 | 41 | 334 | 35 | 65 |
| Binary | 1100101 | 1111100 | 10101011 | 101001 | 11011 | 0 | 100001 | 11011100 | 11101 | 110101 |
Color Harmonies of #657CAB
Complementary color
Monochromatic Colors of #657CAB
Black with #657CAB
Text Example
Text Example
White with #657CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CAB; }
p { color: rgb(101,124,171); }
H1.HeaderClassName
{
color: #657CAB;
}
.AnyTagClassName
{
color: #657CAB;
}
</style>
background-color css
<style>
a { background-color: #657CAB; }
a { background-color: rgb(101,124,171); }
div.DivClassName
{
background-color: #657CAB;
}
.BgClassName
{
background-color: #657CAB;
}
</style>
border-color css
<style>
span { border-color: #657CAB; }
span { border-color: rgb(101,124,171); }
td.TdClassName
{
border-color: #657CAB;
}
.TagClassName
{
border-color: #657CAB;
}
</style>