Shades of Cutty Sark #5F726C
Tints of Cutty Sark #5F726C
RGB
CMYK
RGB Variations
Color information
#5F726C (or 0x5F726C) is known color: Cutty Sark. HEX triplet: 5F, 72 and 6C. RGB value is (95,114,108). Sum of RGB (Red+Green+Blue) = 95+114+108=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #5F726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F726C is #A08D93. Grayscale: #6B6B6B. Windows color (decimal): -10522004 or 7107167. OLE color: 7107167.
HSL color Cylindrical-coordinate representation of color #5F726C: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F726C is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 108 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.55 |
| HSL | 161.05º | 0.09% | 0.41% | - |
| HSV(B) | 161.05º | 0.17% | 0.45% | - |
| XYZ | 13.44 | 15.55 | 16.48 | - |
| YUV | 107.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 108 | 0.17 | 0 | 0.05 | 0.55 | 161.05 | 0.09 | 0.41 |
| Hex | 5F | 72 | 6C | 11 | 0 | 5 | 37 | A1 | 9 | 29 |
| Octal | 137 | 162 | 154 | 21 | 0 | 5 | 67 | 241 | 11 | 51 |
| Binary | 1011111 | 1110010 | 1101100 | 10001 | 0 | 101 | 110111 | 10100001 | 1001 | 101001 |
Color Harmonies of #5F726C
Complementary color
Monochromatic Colors of #5F726C
Black with #5F726C
Text Example
Text Example
White with #5F726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F726C; }
p { color: rgb(95,114,108); }
H1.HeaderClassName
{
color: #5F726C;
}
.AnyTagClassName
{
color: #5F726C;
}
</style>
background-color css
<style>
a { background-color: #5F726C; }
a { background-color: rgb(95,114,108); }
div.DivClassName
{
background-color: #5F726C;
}
.BgClassName
{
background-color: #5F726C;
}
</style>
border-color css
<style>
span { border-color: #5F726C; }
span { border-color: rgb(95,114,108); }
td.TdClassName
{
border-color: #5F726C;
}
.TagClassName
{
border-color: #5F726C;
}
</style>