Shades of Cutty Sark #5C826F
Tints of Cutty Sark #5C826F
RGB
CMYK
RGB Variations
Color information
#5C826F (or 0x5C826F) is known color: Cutty Sark. HEX triplet: 5C, 82 and 6F. RGB value is (92,130,111). Sum of RGB (Red+Green+Blue) = 92+130+111=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #5C826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C826F is #A37D90. Grayscale: #747474. Windows color (decimal): -10714513 or 7307868. OLE color: 7307868.
HSL color Cylindrical-coordinate representation of color #5C826F: hue angle of 150º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C826F is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 130 | 111 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.49 |
| HSL | 150º | 0.17% | 0.44% | - |
| HSV(B) | 150º | 0.29% | 0.51% | - |
| XYZ | 15.27 | 19.39 | 17.98 | - |
| YUV | 116.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 130 | 111 | 0.29 | 0 | 0.15 | 0.49 | 150 | 0.17 | 0.44 |
| Hex | 5C | 82 | 6F | 1D | 0 | F | 31 | 96 | 11 | 2C |
| Octal | 134 | 202 | 157 | 35 | 0 | 17 | 61 | 226 | 21 | 54 |
| Binary | 1011100 | 10000010 | 1101111 | 11101 | 0 | 1111 | 110001 | 10010110 | 10001 | 101100 |
Color Harmonies of #5C826F
Complementary color
Monochromatic Colors of #5C826F
Black with #5C826F
Text Example
Text Example
White with #5C826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C826F; }
p { color: rgb(92,130,111); }
H1.HeaderClassName
{
color: #5C826F;
}
.AnyTagClassName
{
color: #5C826F;
}
</style>
background-color css
<style>
a { background-color: #5C826F; }
a { background-color: rgb(92,130,111); }
div.DivClassName
{
background-color: #5C826F;
}
.BgClassName
{
background-color: #5C826F;
}
</style>
border-color css
<style>
span { border-color: #5C826F; }
span { border-color: rgb(92,130,111); }
td.TdClassName
{
border-color: #5C826F;
}
.TagClassName
{
border-color: #5C826F;
}
</style>