Shades of Cutty Sark #5E756E
Tints of Cutty Sark #5E756E
RGB
CMYK
RGB Variations
Color information
#5E756E (or 0x5E756E) is known color: Cutty Sark. HEX triplet: 5E, 75 and 6E. RGB value is (94,117,110). Sum of RGB (Red+Green+Blue) = 94+117+110=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #5E756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E756E is #A18A91. Grayscale: #6D6D6D. Windows color (decimal): -10586770 or 7239006. OLE color: 7239006.
HSL color Cylindrical-coordinate representation of color #5E756E: hue angle of 161.74º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E756E is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
RGB | 94 | 117 | 110 | - |
CMYK | 0.20 | 0 | 0.06 | 0.54 |
HSL | 161.74º | 0.11% | 0.41% | - |
HSV(B) | 161.74º | 0.2% | 0.46% | - |
XYZ | 13.79 | 16.23 | 17.16 | - |
YUV | 109.33 | 128.38 | 117.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 117 | 110 | 0.20 | 0 | 0.06 | 0.54 | 161.74 | 0.11 | 0.41 |
Hex | 5E | 75 | 6E | 14 | 0 | 6 | 36 | A2 | B | 29 |
Octal | 136 | 165 | 156 | 24 | 0 | 6 | 66 | 242 | 13 | 51 |
Binary | 1011110 | 1110101 | 1101110 | 10100 | 0 | 110 | 110110 | 10100010 | 1011 | 101001 |
Color Harmonies of #5E756E
Complementary color
Monochromatic Colors of #5E756E
Black with #5E756E
Text Example
Text Example
White with #5E756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E756E; }
p { color: rgb(94,117,110); }
H1.HeaderClassName
{
color: #5E756E;
}
.AnyTagClassName
{
color: #5E756E;
}
</style>
background-color css
<style>
a { background-color: #5E756E; }
a { background-color: rgb(94,117,110); }
div.DivClassName
{
background-color: #5E756E;
}
.BgClassName
{
background-color: #5E756E;
}
</style>
border-color css
<style>
span { border-color: #5E756E; }
span { border-color: rgb(94,117,110); }
td.TdClassName
{
border-color: #5E756E;
}
.TagClassName
{
border-color: #5E756E;
}
</style>