Shades of Cutty Sark #608574
Tints of Cutty Sark #608574
RGB
CMYK
RGB Variations
Color information
#608574 (or 0x608574) is known color: Cutty Sark. HEX triplet: 60, 85 and 74. RGB value is (96,133,116). Sum of RGB (Red+Green+Blue) = 96+133+116=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #608574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608574 is #9F7A8B. Grayscale: #787878. Windows color (decimal): -10451596 or 7636320. OLE color: 7636320.
HSL color Cylindrical-coordinate representation of color #608574: hue angle of 152.43º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608574 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 116 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.48 |
| HSL | 152.43º | 0.16% | 0.45% | - |
| HSV(B) | 152.43º | 0.28% | 0.52% | - |
| XYZ | 16.36 | 20.52 | 19.62 | - |
| YUV | 120 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 116 | 0.28 | 0 | 0.13 | 0.48 | 152.43 | 0.16 | 0.45 |
| Hex | 60 | 85 | 74 | 1C | 0 | D | 30 | 98 | 10 | 2D |
| Octal | 140 | 205 | 164 | 34 | 0 | 15 | 60 | 230 | 20 | 55 |
| Binary | 1100000 | 10000101 | 1110100 | 11100 | 0 | 1101 | 110000 | 10011000 | 10000 | 101101 |
Color Harmonies of #608574
Complementary color
Monochromatic Colors of #608574
Black with #608574
Text Example
Text Example
White with #608574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608574; }
p { color: rgb(96,133,116); }
H1.HeaderClassName
{
color: #608574;
}
.AnyTagClassName
{
color: #608574;
}
</style>
background-color css
<style>
a { background-color: #608574; }
a { background-color: rgb(96,133,116); }
div.DivClassName
{
background-color: #608574;
}
.BgClassName
{
background-color: #608574;
}
</style>
border-color css
<style>
span { border-color: #608574; }
span { border-color: rgb(96,133,116); }
td.TdClassName
{
border-color: #608574;
}
.TagClassName
{
border-color: #608574;
}
</style>