Shades of Cutty Sark #5D9072
Tints of Cutty Sark #5D9072
RGB
CMYK
RGB Variations
Color information
#5D9072 (or 0x5D9072) is known color: Cutty Sark. HEX triplet: 5D, 90 and 72. RGB value is (93,144,114). Sum of RGB (Red+Green+Blue) = 93+144+114=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #5D9072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9072 is #A26F8D. Grayscale: #7D7D7D. Windows color (decimal): -10645390 or 7508061. OLE color: 7508061.
HSL color Cylindrical-coordinate representation of color #5D9072: hue angle of 144.71º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D9072 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 114 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.44 |
| HSL | 144.71º | 0.22% | 0.46% | - |
| HSV(B) | 144.71º | 0.35% | 0.56% | - |
| XYZ | 17.52 | 23.49 | 19.53 | - |
| YUV | 125.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 114 | 0.35 | 0 | 0.21 | 0.44 | 144.71 | 0.22 | 0.46 |
| Hex | 5D | 90 | 72 | 23 | 0 | 15 | 2C | 91 | 16 | 2E |
| Octal | 135 | 220 | 162 | 43 | 0 | 25 | 54 | 221 | 26 | 56 |
| Binary | 1011101 | 10010000 | 1110010 | 100011 | 0 | 10101 | 101100 | 10010001 | 10110 | 101110 |
Color Harmonies of #5D9072
Complementary color
Monochromatic Colors of #5D9072
Black with #5D9072
Text Example
Text Example
White with #5D9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9072; }
p { color: rgb(93,144,114); }
H1.HeaderClassName
{
color: #5D9072;
}
.AnyTagClassName
{
color: #5D9072;
}
</style>
background-color css
<style>
a { background-color: #5D9072; }
a { background-color: rgb(93,144,114); }
div.DivClassName
{
background-color: #5D9072;
}
.BgClassName
{
background-color: #5D9072;
}
</style>
border-color css
<style>
span { border-color: #5D9072; }
span { border-color: rgb(93,144,114); }
td.TdClassName
{
border-color: #5D9072;
}
.TagClassName
{
border-color: #5D9072;
}
</style>