Shades of Cutty Sark #5C8370
Tints of Cutty Sark #5C8370
RGB
CMYK
RGB Variations
Color information
#5C8370 (or 0x5C8370) is known color: Cutty Sark. HEX triplet: 5C, 83 and 70. RGB value is (92,131,112). Sum of RGB (Red+Green+Blue) = 92+131+112=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #5C8370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8370 is #A37C8F. Grayscale: #757575. Windows color (decimal): -10714256 or 7373660. OLE color: 7373660.
HSL color Cylindrical-coordinate representation of color #5C8370: hue angle of 150.77º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C8370 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 131 | 112 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.49 |
| HSL | 150.77º | 0.17% | 0.44% | - |
| HSV(B) | 150.77º | 0.3% | 0.51% | - |
| XYZ | 15.45 | 19.68 | 18.31 | - |
| YUV | 117.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 131 | 112 | 0.30 | 0 | 0.15 | 0.49 | 150.77 | 0.17 | 0.44 |
| Hex | 5C | 83 | 70 | 1E | 0 | F | 31 | 97 | 11 | 2C |
| Octal | 134 | 203 | 160 | 36 | 0 | 17 | 61 | 227 | 21 | 54 |
| Binary | 1011100 | 10000011 | 1110000 | 11110 | 0 | 1111 | 110001 | 10010111 | 10001 | 101100 |
Color Harmonies of #5C8370
Complementary color
Monochromatic Colors of #5C8370
Black with #5C8370
Text Example
Text Example
White with #5C8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8370; }
p { color: rgb(92,131,112); }
H1.HeaderClassName
{
color: #5C8370;
}
.AnyTagClassName
{
color: #5C8370;
}
</style>
background-color css
<style>
a { background-color: #5C8370; }
a { background-color: rgb(92,131,112); }
div.DivClassName
{
background-color: #5C8370;
}
.BgClassName
{
background-color: #5C8370;
}
</style>
border-color css
<style>
span { border-color: #5C8370; }
span { border-color: rgb(92,131,112); }
td.TdClassName
{
border-color: #5C8370;
}
.TagClassName
{
border-color: #5C8370;
}
</style>