Shades of Cutty Sark #5C7B70
Tints of Cutty Sark #5C7B70
RGB
CMYK
RGB Variations
Color information
#5C7B70 (or 0x5C7B70) is known color: Cutty Sark. HEX triplet: 5C, 7B and 70. RGB value is (92,123,112). Sum of RGB (Red+Green+Blue) = 92+123+112=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7B70 is #A3848F. Grayscale: #707070. Windows color (decimal): -10716304 or 7371612. OLE color: 7371612.
HSL color Cylindrical-coordinate representation of color #5C7B70: hue angle of 158.71º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C7B70 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 123 | 112 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.52 |
| HSL | 158.71º | 0.14% | 0.42% | - |
| HSV(B) | 158.71º | 0.25% | 0.48% | - |
| XYZ | 14.42 | 17.61 | 17.97 | - |
| YUV | 112.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 112 | 0.25 | 0 | 0.09 | 0.52 | 158.71 | 0.14 | 0.42 |
| Hex | 5C | 7B | 70 | 19 | 0 | 9 | 34 | 9F | E | 2A |
| Octal | 134 | 173 | 160 | 31 | 0 | 11 | 64 | 237 | 16 | 52 |
| Binary | 1011100 | 1111011 | 1110000 | 11001 | 0 | 1001 | 110100 | 10011111 | 1110 | 101010 |
Color Harmonies of #5C7B70
Complementary color
Monochromatic Colors of #5C7B70
Black with #5C7B70
Text Example
Text Example
White with #5C7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7B70; }
p { color: rgb(92,123,112); }
H1.HeaderClassName
{
color: #5C7B70;
}
.AnyTagClassName
{
color: #5C7B70;
}
</style>
background-color css
<style>
a { background-color: #5C7B70; }
a { background-color: rgb(92,123,112); }
div.DivClassName
{
background-color: #5C7B70;
}
.BgClassName
{
background-color: #5C7B70;
}
</style>
border-color css
<style>
span { border-color: #5C7B70; }
span { border-color: rgb(92,123,112); }
td.TdClassName
{
border-color: #5C7B70;
}
.TagClassName
{
border-color: #5C7B70;
}
</style>