Shades of Cutty Sark #5D816F
Tints of Cutty Sark #5D816F
RGB
CMYK
RGB Variations
Color information
#5D816F (or 0x5D816F) is known color: Cutty Sark. HEX triplet: 5D, 81 and 6F. RGB value is (93,129,111). Sum of RGB (Red+Green+Blue) = 93+129+111=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #5D816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D816F is #A27E90. Grayscale: #747474. Windows color (decimal): -10649233 or 7307613. OLE color: 7307613.
HSL color Cylindrical-coordinate representation of color #5D816F: hue angle of 150º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D816F is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 129 | 111 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.49 |
| HSL | 150º | 0.16% | 0.44% | - |
| HSV(B) | 150º | 0.28% | 0.51% | - |
| XYZ | 15.23 | 19.18 | 17.94 | - |
| YUV | 116.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 111 | 0.28 | 0 | 0.14 | 0.49 | 150 | 0.16 | 0.44 |
| Hex | 5D | 81 | 6F | 1C | 0 | E | 31 | 96 | 10 | 2C |
| Octal | 135 | 201 | 157 | 34 | 0 | 16 | 61 | 226 | 20 | 54 |
| Binary | 1011101 | 10000001 | 1101111 | 11100 | 0 | 1110 | 110001 | 10010110 | 10000 | 101100 |
Color Harmonies of #5D816F
Complementary color
Monochromatic Colors of #5D816F
Black with #5D816F
Text Example
Text Example
White with #5D816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D816F; }
p { color: rgb(93,129,111); }
H1.HeaderClassName
{
color: #5D816F;
}
.AnyTagClassName
{
color: #5D816F;
}
</style>
background-color css
<style>
a { background-color: #5D816F; }
a { background-color: rgb(93,129,111); }
div.DivClassName
{
background-color: #5D816F;
}
.BgClassName
{
background-color: #5D816F;
}
</style>
border-color css
<style>
span { border-color: #5D816F; }
span { border-color: rgb(93,129,111); }
td.TdClassName
{
border-color: #5D816F;
}
.TagClassName
{
border-color: #5D816F;
}
</style>