Shades of Cutty Sark #5D8478
Tints of Cutty Sark #5D8478
RGB
CMYK
RGB Variations
Color information
#5D8478 (or 0x5D8478) is known color: Cutty Sark. HEX triplet: 5D, 84 and 78. RGB value is (93,132,120). Sum of RGB (Red+Green+Blue) = 93+132+120=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8478 is #A27B87. Grayscale: #767676. Windows color (decimal): -10648456 or 7898205. OLE color: 7898205.
HSL color Cylindrical-coordinate representation of color #5D8478: hue angle of 161.54º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8478 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 120 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.48 |
| HSL | 161.54º | 0.17% | 0.44% | - |
| HSV(B) | 161.54º | 0.3% | 0.52% | - |
| XYZ | 16.16 | 20.19 | 20.81 | - |
| YUV | 118.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 120 | 0.30 | 0 | 0.09 | 0.48 | 161.54 | 0.17 | 0.44 |
| Hex | 5D | 84 | 78 | 1E | 0 | 9 | 30 | A2 | 11 | 2C |
| Octal | 135 | 204 | 170 | 36 | 0 | 11 | 60 | 242 | 21 | 54 |
| Binary | 1011101 | 10000100 | 1111000 | 11110 | 0 | 1001 | 110000 | 10100010 | 10001 | 101100 |
Color Harmonies of #5D8478
Complementary color
Monochromatic Colors of #5D8478
Black with #5D8478
Text Example
Text Example
White with #5D8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8478; }
p { color: rgb(93,132,120); }
H1.HeaderClassName
{
color: #5D8478;
}
.AnyTagClassName
{
color: #5D8478;
}
</style>
background-color css
<style>
a { background-color: #5D8478; }
a { background-color: rgb(93,132,120); }
div.DivClassName
{
background-color: #5D8478;
}
.BgClassName
{
background-color: #5D8478;
}
</style>
border-color css
<style>
span { border-color: #5D8478; }
span { border-color: rgb(93,132,120); }
td.TdClassName
{
border-color: #5D8478;
}
.TagClassName
{
border-color: #5D8478;
}
</style>