Shades of Cutty Sark #5C857A
Tints of Cutty Sark #5C857A
RGB
CMYK
RGB Variations
Color information
#5C857A (or 0x5C857A) is known color: Cutty Sark. HEX triplet: 5C, 85 and 7A. RGB value is (92,133,122). Sum of RGB (Red+Green+Blue) = 92+133+122=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #5C857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C857A is #A37A85. Grayscale: #777777. Windows color (decimal): -10713734 or 8029532. OLE color: 8029532.
HSL color Cylindrical-coordinate representation of color #5C857A: hue angle of 163.9º 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 #5C857A is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 133 | 122 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.48 |
| HSL | 163.9º | 0.18% | 0.44% | - |
| HSV(B) | 163.9º | 0.31% | 0.52% | - |
| XYZ | 16.31 | 20.46 | 21.5 | - |
| YUV | 119.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 122 | 0.31 | 0 | 0.08 | 0.48 | 163.9 | 0.18 | 0.44 |
| Hex | 5C | 85 | 7A | 1F | 0 | 8 | 30 | A4 | 12 | 2C |
| Octal | 134 | 205 | 172 | 37 | 0 | 10 | 60 | 244 | 22 | 54 |
| Binary | 1011100 | 10000101 | 1111010 | 11111 | 0 | 1000 | 110000 | 10100100 | 10010 | 101100 |
Color Harmonies of #5C857A
Complementary color
Monochromatic Colors of #5C857A
Black with #5C857A
Text Example
Text Example
White with #5C857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C857A; }
p { color: rgb(92,133,122); }
H1.HeaderClassName
{
color: #5C857A;
}
.AnyTagClassName
{
color: #5C857A;
}
</style>
background-color css
<style>
a { background-color: #5C857A; }
a { background-color: rgb(92,133,122); }
div.DivClassName
{
background-color: #5C857A;
}
.BgClassName
{
background-color: #5C857A;
}
</style>
border-color css
<style>
span { border-color: #5C857A; }
span { border-color: rgb(92,133,122); }
td.TdClassName
{
border-color: #5C857A;
}
.TagClassName
{
border-color: #5C857A;
}
</style>