Shades of Cutty Sark #5D8778
Tints of Cutty Sark #5D8778
RGB
CMYK
RGB Variations
Color information
#5D8778 (or 0x5D8778) is known color: Cutty Sark. HEX triplet: 5D, 87 and 78. RGB value is (93,135,120). Sum of RGB (Red+Green+Blue) = 93+135+120=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8778 is #A27887. Grayscale: #787878. Windows color (decimal): -10647688 or 7898973. OLE color: 7898973.
HSL color Cylindrical-coordinate representation of color #5D8778: hue angle of 158.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D8778 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 120 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.47 |
| HSL | 158.57º | 0.18% | 0.45% | - |
| HSV(B) | 158.57º | 0.31% | 0.53% | - |
| XYZ | 16.57 | 21.01 | 20.95 | - |
| YUV | 120.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 120 | 0.31 | 0 | 0.11 | 0.47 | 158.57 | 0.18 | 0.45 |
| Hex | 5D | 87 | 78 | 1F | 0 | B | 2F | 9F | 12 | 2D |
| Octal | 135 | 207 | 170 | 37 | 0 | 13 | 57 | 237 | 22 | 55 |
| Binary | 1011101 | 10000111 | 1111000 | 11111 | 0 | 1011 | 101111 | 10011111 | 10010 | 101101 |
Color Harmonies of #5D8778
Complementary color
Monochromatic Colors of #5D8778
Black with #5D8778
Text Example
Text Example
White with #5D8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8778; }
p { color: rgb(93,135,120); }
H1.HeaderClassName
{
color: #5D8778;
}
.AnyTagClassName
{
color: #5D8778;
}
</style>
background-color css
<style>
a { background-color: #5D8778; }
a { background-color: rgb(93,135,120); }
div.DivClassName
{
background-color: #5D8778;
}
.BgClassName
{
background-color: #5D8778;
}
</style>
border-color css
<style>
span { border-color: #5D8778; }
span { border-color: rgb(93,135,120); }
td.TdClassName
{
border-color: #5D8778;
}
.TagClassName
{
border-color: #5D8778;
}
</style>