Shades of Cutty Sark #5D857C
Tints of Cutty Sark #5D857C
RGB
CMYK
RGB Variations
Color information
#5D857C (or 0x5D857C) is known color: Cutty Sark. HEX triplet: 5D, 85 and 7C. RGB value is (93,133,124). Sum of RGB (Red+Green+Blue) = 93+133+124=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #5D857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D857C is #A27A83. Grayscale: #787878. Windows color (decimal): -10648196 or 8160605. OLE color: 8160605.
HSL color Cylindrical-coordinate representation of color #5D857C: hue angle of 166.5º degrees, saturation: 0.18, 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 #5D857C is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 124 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.48 |
| HSL | 166.5º | 0.18% | 0.44% | - |
| HSV(B) | 166.5º | 0.3% | 0.52% | - |
| XYZ | 16.54 | 20.56 | 22.17 | - |
| YUV | 120.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 124 | 0.30 | 0 | 0.07 | 0.48 | 166.5 | 0.18 | 0.44 |
| Hex | 5D | 85 | 7C | 1E | 0 | 7 | 30 | A6 | 12 | 2C |
| Octal | 135 | 205 | 174 | 36 | 0 | 7 | 60 | 246 | 22 | 54 |
| Binary | 1011101 | 10000101 | 1111100 | 11110 | 0 | 111 | 110000 | 10100110 | 10010 | 101100 |
Color Harmonies of #5D857C
Complementary color
Monochromatic Colors of #5D857C
Black with #5D857C
Text Example
Text Example
White with #5D857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D857C; }
p { color: rgb(93,133,124); }
H1.HeaderClassName
{
color: #5D857C;
}
.AnyTagClassName
{
color: #5D857C;
}
</style>
background-color css
<style>
a { background-color: #5D857C; }
a { background-color: rgb(93,133,124); }
div.DivClassName
{
background-color: #5D857C;
}
.BgClassName
{
background-color: #5D857C;
}
</style>
border-color css
<style>
span { border-color: #5D857C; }
span { border-color: rgb(93,133,124); }
td.TdClassName
{
border-color: #5D857C;
}
.TagClassName
{
border-color: #5D857C;
}
</style>