Shades of Cutty Sark #5C897B
Tints of Cutty Sark #5C897B
RGB
CMYK
RGB Variations
Color information
#5C897B (or 0x5C897B) is known color: Cutty Sark. HEX triplet: 5C, 89 and 7B. RGB value is (92,137,123). Sum of RGB (Red+Green+Blue) = 92+137+123=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #5C897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C897B is #A37684. Grayscale: #797979. Windows color (decimal): -10712709 or 8096092. OLE color: 8096092.
HSL color Cylindrical-coordinate representation of color #5C897B: hue angle of 161.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C897B is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 137 | 123 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.46 |
| HSL | 161.33º | 0.2% | 0.45% | - |
| HSV(B) | 161.33º | 0.33% | 0.54% | - |
| XYZ | 16.93 | 21.6 | 22.01 | - |
| YUV | 121.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 137 | 123 | 0.33 | 0 | 0.10 | 0.46 | 161.33 | 0.2 | 0.45 |
| Hex | 5C | 89 | 7B | 21 | 0 | A | 2E | A1 | 14 | 2D |
| Octal | 134 | 211 | 173 | 41 | 0 | 12 | 56 | 241 | 24 | 55 |
| Binary | 1011100 | 10001001 | 1111011 | 100001 | 0 | 1010 | 101110 | 10100001 | 10100 | 101101 |
Color Harmonies of #5C897B
Complementary color
Monochromatic Colors of #5C897B
Black with #5C897B
Text Example
Text Example
White with #5C897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C897B; }
p { color: rgb(92,137,123); }
H1.HeaderClassName
{
color: #5C897B;
}
.AnyTagClassName
{
color: #5C897B;
}
</style>
background-color css
<style>
a { background-color: #5C897B; }
a { background-color: rgb(92,137,123); }
div.DivClassName
{
background-color: #5C897B;
}
.BgClassName
{
background-color: #5C897B;
}
</style>
border-color css
<style>
span { border-color: #5C897B; }
span { border-color: rgb(92,137,123); }
td.TdClassName
{
border-color: #5C897B;
}
.TagClassName
{
border-color: #5C897B;
}
</style>