Shades of Cutty Sark #5C9275
Tints of Cutty Sark #5C9275
RGB
CMYK
RGB Variations
Color information
#5C9275 (or 0x5C9275) is known color: Cutty Sark. HEX triplet: 5C, 92 and 75. RGB value is (92,146,117). Sum of RGB (Red+Green+Blue) = 92+146+117=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #5C9275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9275 is #A36D8A. Grayscale: #7E7E7E. Windows color (decimal): -10710411 or 7705180. OLE color: 7705180.
HSL color Cylindrical-coordinate representation of color #5C9275: hue angle of 147.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9275 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 146 | 117 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.43 |
| HSL | 147.78º | 0.23% | 0.47% | - |
| HSV(B) | 147.78º | 0.37% | 0.57% | - |
| XYZ | 17.9 | 24.12 | 20.54 | - |
| YUV | 126.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 117 | 0.37 | 0 | 0.20 | 0.43 | 147.78 | 0.23 | 0.47 |
| Hex | 5C | 92 | 75 | 25 | 0 | 14 | 2B | 94 | 17 | 2F |
| Octal | 134 | 222 | 165 | 45 | 0 | 24 | 53 | 224 | 27 | 57 |
| Binary | 1011100 | 10010010 | 1110101 | 100101 | 0 | 10100 | 101011 | 10010100 | 10111 | 101111 |
Color Harmonies of #5C9275
Complementary color
Monochromatic Colors of #5C9275
Black with #5C9275
Text Example
Text Example
White with #5C9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9275; }
p { color: rgb(92,146,117); }
H1.HeaderClassName
{
color: #5C9275;
}
.AnyTagClassName
{
color: #5C9275;
}
</style>
background-color css
<style>
a { background-color: #5C9275; }
a { background-color: rgb(92,146,117); }
div.DivClassName
{
background-color: #5C9275;
}
.BgClassName
{
background-color: #5C9275;
}
</style>
border-color css
<style>
span { border-color: #5C9275; }
span { border-color: rgb(92,146,117); }
td.TdClassName
{
border-color: #5C9275;
}
.TagClassName
{
border-color: #5C9275;
}
</style>