Shades of Cutty Sark #5C736C
Tints of Cutty Sark #5C736C
RGB
CMYK
RGB Variations
Color information
#5C736C (or 0x5C736C) is known color: Cutty Sark. HEX triplet: 5C, 73 and 6C. RGB value is (92,115,108). Sum of RGB (Red+Green+Blue) = 92+115+108=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 115 - color contains mainly: green. Hex color #5C736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C736C is #A38C93. Grayscale: #6B6B6B. Windows color (decimal): -10718356 or 7107420. OLE color: 7107420.
HSL color Cylindrical-coordinate representation of color #5C736C: hue angle of 161.74º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C736C is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 108 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.55 |
| HSL | 161.74º | 0.11% | 0.41% | - |
| HSV(B) | 161.74º | 0.2% | 0.45% | - |
| XYZ | 13.25 | 15.62 | 16.5 | - |
| YUV | 107.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 108 | 0.20 | 0 | 0.06 | 0.55 | 161.74 | 0.11 | 0.41 |
| Hex | 5C | 73 | 6C | 14 | 0 | 6 | 37 | A2 | B | 29 |
| Octal | 134 | 163 | 154 | 24 | 0 | 6 | 67 | 242 | 13 | 51 |
| Binary | 1011100 | 1110011 | 1101100 | 10100 | 0 | 110 | 110111 | 10100010 | 1011 | 101001 |
Color Harmonies of #5C736C
Complementary color
Monochromatic Colors of #5C736C
Black with #5C736C
Text Example
Text Example
White with #5C736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C736C; }
p { color: rgb(92,115,108); }
H1.HeaderClassName
{
color: #5C736C;
}
.AnyTagClassName
{
color: #5C736C;
}
</style>
background-color css
<style>
a { background-color: #5C736C; }
a { background-color: rgb(92,115,108); }
div.DivClassName
{
background-color: #5C736C;
}
.BgClassName
{
background-color: #5C736C;
}
</style>
border-color css
<style>
span { border-color: #5C736C; }
span { border-color: rgb(92,115,108); }
td.TdClassName
{
border-color: #5C736C;
}
.TagClassName
{
border-color: #5C736C;
}
</style>