Shades of Cutty Sark #658778
Tints of Cutty Sark #658778
RGB
CMYK
RGB Variations
Color information
#658778 (or 0x658778) is known color: Cutty Sark. HEX triplet: 65, 87 and 78. RGB value is (101,135,120). Sum of RGB (Red+Green+Blue) = 101+135+120=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #658778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658778 is #9A7887. Grayscale: #7B7B7B. Windows color (decimal): -10123400 or 7898981. OLE color: 7898981.
HSL color Cylindrical-coordinate representation of color #658778: hue angle of 153.53º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658778 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 120 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.47 |
| HSL | 153.53º | 0.14% | 0.46% | - |
| HSV(B) | 153.53º | 0.25% | 0.53% | - |
| XYZ | 17.42 | 21.45 | 20.99 | - |
| YUV | 123.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 120 | 0.25 | 0 | 0.11 | 0.47 | 153.53 | 0.14 | 0.46 |
| Hex | 65 | 87 | 78 | 19 | 0 | B | 2F | 9A | E | 2E |
| Octal | 145 | 207 | 170 | 31 | 0 | 13 | 57 | 232 | 16 | 56 |
| Binary | 1100101 | 10000111 | 1111000 | 11001 | 0 | 1011 | 101111 | 10011010 | 1110 | 101110 |
Color Harmonies of #658778
Complementary color
Monochromatic Colors of #658778
Black with #658778
Text Example
Text Example
White with #658778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658778; }
p { color: rgb(101,135,120); }
H1.HeaderClassName
{
color: #658778;
}
.AnyTagClassName
{
color: #658778;
}
</style>
background-color css
<style>
a { background-color: #658778; }
a { background-color: rgb(101,135,120); }
div.DivClassName
{
background-color: #658778;
}
.BgClassName
{
background-color: #658778;
}
</style>
border-color css
<style>
span { border-color: #658778; }
span { border-color: rgb(101,135,120); }
td.TdClassName
{
border-color: #658778;
}
.TagClassName
{
border-color: #658778;
}
</style>