Shades of Cutty Sark #5C837A
Tints of Cutty Sark #5C837A
RGB
CMYK
RGB Variations
Color information
#5C837A (or 0x5C837A) is known color: Cutty Sark. HEX triplet: 5C, 83 and 7A. RGB value is (92,131,122). Sum of RGB (Red+Green+Blue) = 92+131+122=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #5C837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C837A is #A37C85. Grayscale: #767676. Windows color (decimal): -10714246 or 8029020. OLE color: 8029020.
HSL color Cylindrical-coordinate representation of color #5C837A: hue angle of 166.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C837A is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 131 | 122 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.49 |
| HSL | 166.15º | 0.17% | 0.44% | - |
| HSV(B) | 166.15º | 0.3% | 0.51% | - |
| XYZ | 16.04 | 19.91 | 21.41 | - |
| YUV | 118.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 131 | 122 | 0.30 | 0 | 0.07 | 0.49 | 166.15 | 0.17 | 0.44 |
| Hex | 5C | 83 | 7A | 1E | 0 | 7 | 31 | A6 | 11 | 2C |
| Octal | 134 | 203 | 172 | 36 | 0 | 7 | 61 | 246 | 21 | 54 |
| Binary | 1011100 | 10000011 | 1111010 | 11110 | 0 | 111 | 110001 | 10100110 | 10001 | 101100 |
Color Harmonies of #5C837A
Complementary color
Monochromatic Colors of #5C837A
Black with #5C837A
Text Example
Text Example
White with #5C837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C837A; }
p { color: rgb(92,131,122); }
H1.HeaderClassName
{
color: #5C837A;
}
.AnyTagClassName
{
color: #5C837A;
}
</style>
background-color css
<style>
a { background-color: #5C837A; }
a { background-color: rgb(92,131,122); }
div.DivClassName
{
background-color: #5C837A;
}
.BgClassName
{
background-color: #5C837A;
}
</style>
border-color css
<style>
span { border-color: #5C837A; }
span { border-color: rgb(92,131,122); }
td.TdClassName
{
border-color: #5C837A;
}
.TagClassName
{
border-color: #5C837A;
}
</style>