Shades of Cutty Sark #658479
Tints of Cutty Sark #658479
RGB
CMYK
RGB Variations
Color information
#658479 (or 0x658479) is known color: Cutty Sark. HEX triplet: 65, 84 and 79. RGB value is (101,132,121). Sum of RGB (Red+Green+Blue) = 101+132+121=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #658479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658479 is #9A7B86. Grayscale: #797979. Windows color (decimal): -10124167 or 7963749. OLE color: 7963749.
HSL color Cylindrical-coordinate representation of color #658479: hue angle of 158.71º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658479 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 121 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.48 |
| HSL | 158.71º | 0.13% | 0.46% | - |
| HSV(B) | 158.71º | 0.23% | 0.52% | - |
| XYZ | 17.07 | 20.65 | 21.18 | - |
| YUV | 121.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 121 | 0.23 | 0 | 0.08 | 0.48 | 158.71 | 0.13 | 0.46 |
| Hex | 65 | 84 | 79 | 17 | 0 | 8 | 30 | 9F | D | 2E |
| Octal | 145 | 204 | 171 | 27 | 0 | 10 | 60 | 237 | 15 | 56 |
| Binary | 1100101 | 10000100 | 1111001 | 10111 | 0 | 1000 | 110000 | 10011111 | 1101 | 101110 |
Color Harmonies of #658479
Complementary color
Monochromatic Colors of #658479
Black with #658479
Text Example
Text Example
White with #658479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658479; }
p { color: rgb(101,132,121); }
H1.HeaderClassName
{
color: #658479;
}
.AnyTagClassName
{
color: #658479;
}
</style>
background-color css
<style>
a { background-color: #658479; }
a { background-color: rgb(101,132,121); }
div.DivClassName
{
background-color: #658479;
}
.BgClassName
{
background-color: #658479;
}
</style>
border-color css
<style>
span { border-color: #658479; }
span { border-color: rgb(101,132,121); }
td.TdClassName
{
border-color: #658479;
}
.TagClassName
{
border-color: #658479;
}
</style>