Shades of Cutty Sark #5C857C
Tints of Cutty Sark #5C857C
RGB
CMYK
RGB Variations
Color information
#5C857C (or 0x5C857C) is known color: Cutty Sark. HEX triplet: 5C, 85 and 7C. RGB value is (92,133,124). Sum of RGB (Red+Green+Blue) = 92+133+124=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #5C857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C857C is #A37A83. Grayscale: #777777. Windows color (decimal): -10713732 or 8160604. OLE color: 8160604.
HSL color Cylindrical-coordinate representation of color #5C857C: hue angle of 166.83º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C857C is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 133 | 124 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.48 |
| HSL | 166.83º | 0.18% | 0.44% | - |
| HSV(B) | 166.83º | 0.31% | 0.52% | - |
| XYZ | 16.44 | 20.51 | 22.16 | - |
| YUV | 119.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 124 | 0.31 | 0 | 0.07 | 0.48 | 166.83 | 0.18 | 0.44 |
| Hex | 5C | 85 | 7C | 1F | 0 | 7 | 30 | A7 | 12 | 2C |
| Octal | 134 | 205 | 174 | 37 | 0 | 7 | 60 | 247 | 22 | 54 |
| Binary | 1011100 | 10000101 | 1111100 | 11111 | 0 | 111 | 110000 | 10100111 | 10010 | 101100 |
Color Harmonies of #5C857C
Complementary color
Monochromatic Colors of #5C857C
Black with #5C857C
Text Example
Text Example
White with #5C857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C857C; }
p { color: rgb(92,133,124); }
H1.HeaderClassName
{
color: #5C857C;
}
.AnyTagClassName
{
color: #5C857C;
}
</style>
background-color css
<style>
a { background-color: #5C857C; }
a { background-color: rgb(92,133,124); }
div.DivClassName
{
background-color: #5C857C;
}
.BgClassName
{
background-color: #5C857C;
}
</style>
border-color css
<style>
span { border-color: #5C857C; }
span { border-color: rgb(92,133,124); }
td.TdClassName
{
border-color: #5C857C;
}
.TagClassName
{
border-color: #5C857C;
}
</style>