Shades of Cutty Sark #5D8077
Tints of Cutty Sark #5D8077
RGB
CMYK
RGB Variations
Color information
#5D8077 (or 0x5D8077) is known color: Cutty Sark. HEX triplet: 5D, 80 and 77. RGB value is (93,128,119). Sum of RGB (Red+Green+Blue) = 93+128+119=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #5D8077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8077 is #A27F88. Grayscale: #747474. Windows color (decimal): -10649481 or 7831645. OLE color: 7831645.
HSL color Cylindrical-coordinate representation of color #5D8077: hue angle of 164.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D8077 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 128 | 119 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.50 |
| HSL | 164.57º | 0.16% | 0.43% | - |
| HSV(B) | 164.57º | 0.27% | 0.5% | - |
| XYZ | 15.56 | 19.1 | 20.32 | - |
| YUV | 116.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 119 | 0.27 | 0 | 0.07 | 0.50 | 164.57 | 0.16 | 0.43 |
| Hex | 5D | 80 | 77 | 1B | 0 | 7 | 32 | A5 | 10 | 2B |
| Octal | 135 | 200 | 167 | 33 | 0 | 7 | 62 | 245 | 20 | 53 |
| Binary | 1011101 | 10000000 | 1110111 | 11011 | 0 | 111 | 110010 | 10100101 | 10000 | 101011 |
Color Harmonies of #5D8077
Complementary color
Monochromatic Colors of #5D8077
Black with #5D8077
Text Example
Text Example
White with #5D8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8077; }
p { color: rgb(93,128,119); }
H1.HeaderClassName
{
color: #5D8077;
}
.AnyTagClassName
{
color: #5D8077;
}
</style>
background-color css
<style>
a { background-color: #5D8077; }
a { background-color: rgb(93,128,119); }
div.DivClassName
{
background-color: #5D8077;
}
.BgClassName
{
background-color: #5D8077;
}
</style>
border-color css
<style>
span { border-color: #5D8077; }
span { border-color: rgb(93,128,119); }
td.TdClassName
{
border-color: #5D8077;
}
.TagClassName
{
border-color: #5D8077;
}
</style>