Shades of Cutty Sark #5C867A
Tints of Cutty Sark #5C867A
RGB
CMYK
RGB Variations
Color information
#5C867A (or 0x5C867A) is known color: Cutty Sark. HEX triplet: 5C, 86 and 7A. RGB value is (92,134,122). Sum of RGB (Red+Green+Blue) = 92+134+122=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #5C867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C867A is #A37985. Grayscale: #787878. Windows color (decimal): -10713478 or 8029788. OLE color: 8029788.
HSL color Cylindrical-coordinate representation of color #5C867A: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C867A is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 134 | 122 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.47 |
| HSL | 162.86º | 0.19% | 0.44% | - |
| HSV(B) | 162.86º | 0.31% | 0.53% | - |
| XYZ | 16.45 | 20.73 | 21.55 | - |
| YUV | 120.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 134 | 122 | 0.31 | 0 | 0.09 | 0.47 | 162.86 | 0.19 | 0.44 |
| Hex | 5C | 86 | 7A | 1F | 0 | 9 | 2F | A3 | 13 | 2C |
| Octal | 134 | 206 | 172 | 37 | 0 | 11 | 57 | 243 | 23 | 54 |
| Binary | 1011100 | 10000110 | 1111010 | 11111 | 0 | 1001 | 101111 | 10100011 | 10011 | 101100 |
Color Harmonies of #5C867A
Complementary color
Monochromatic Colors of #5C867A
Black with #5C867A
Text Example
Text Example
White with #5C867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C867A; }
p { color: rgb(92,134,122); }
H1.HeaderClassName
{
color: #5C867A;
}
.AnyTagClassName
{
color: #5C867A;
}
</style>
background-color css
<style>
a { background-color: #5C867A; }
a { background-color: rgb(92,134,122); }
div.DivClassName
{
background-color: #5C867A;
}
.BgClassName
{
background-color: #5C867A;
}
</style>
border-color css
<style>
span { border-color: #5C867A; }
span { border-color: rgb(92,134,122); }
td.TdClassName
{
border-color: #5C867A;
}
.TagClassName
{
border-color: #5C867A;
}
</style>