Shades of Cutty Sark #658574
Tints of Cutty Sark #658574
RGB
CMYK
RGB Variations
Color information
#658574 (or 0x658574) is known color: Cutty Sark. HEX triplet: 65, 85 and 74. RGB value is (101,133,116). Sum of RGB (Red+Green+Blue) = 101+133+116=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #658574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658574 is #9A7A8B. Grayscale: #797979. Windows color (decimal): -10123916 or 7636325. OLE color: 7636325.
HSL color Cylindrical-coordinate representation of color #658574: hue angle of 148.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #658574 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 116 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.48 |
| HSL | 148.13º | 0.14% | 0.46% | - |
| HSV(B) | 148.13º | 0.24% | 0.52% | - |
| XYZ | 16.91 | 20.8 | 19.65 | - |
| YUV | 121.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 116 | 0.24 | 0 | 0.13 | 0.48 | 148.13 | 0.14 | 0.46 |
| Hex | 65 | 85 | 74 | 18 | 0 | D | 30 | 94 | E | 2E |
| Octal | 145 | 205 | 164 | 30 | 0 | 15 | 60 | 224 | 16 | 56 |
| Binary | 1100101 | 10000101 | 1110100 | 11000 | 0 | 1101 | 110000 | 10010100 | 1110 | 101110 |
Color Harmonies of #658574
Complementary color
Monochromatic Colors of #658574
Black with #658574
Text Example
Text Example
White with #658574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658574; }
p { color: rgb(101,133,116); }
H1.HeaderClassName
{
color: #658574;
}
.AnyTagClassName
{
color: #658574;
}
</style>
background-color css
<style>
a { background-color: #658574; }
a { background-color: rgb(101,133,116); }
div.DivClassName
{
background-color: #658574;
}
.BgClassName
{
background-color: #658574;
}
</style>
border-color css
<style>
span { border-color: #658574; }
span { border-color: rgb(101,133,116); }
td.TdClassName
{
border-color: #658574;
}
.TagClassName
{
border-color: #658574;
}
</style>