Shades of Cutty Sark #58746A
Tints of Cutty Sark #58746A
RGB
CMYK
RGB Variations
Color information
#58746A (or 0x58746A) is known color: Cutty Sark. HEX triplet: 58, 74 and 6A. RGB value is (88,116,106). Sum of RGB (Red+Green+Blue) = 88+116+106=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #58746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58746A is #A78B95. Grayscale: #6A6A6A. Windows color (decimal): -10980246 or 6976600. OLE color: 6976600.
HSL color Cylindrical-coordinate representation of color #58746A: hue angle of 158.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58746A is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 106 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.55 |
| HSL | 158.57º | 0.14% | 0.4% | - |
| HSV(B) | 158.57º | 0.24% | 0.45% | - |
| XYZ | 12.87 | 15.61 | 15.97 | - |
| YUV | 106.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 106 | 0.24 | 0 | 0.09 | 0.55 | 158.57 | 0.14 | 0.4 |
| Hex | 58 | 74 | 6A | 18 | 0 | 9 | 37 | 9F | E | 28 |
| Octal | 130 | 164 | 152 | 30 | 0 | 11 | 67 | 237 | 16 | 50 |
| Binary | 1011000 | 1110100 | 1101010 | 11000 | 0 | 1001 | 110111 | 10011111 | 1110 | 101000 |
Color Harmonies of #58746A
Complementary color
Monochromatic Colors of #58746A
Black with #58746A
Text Example
Text Example
White with #58746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58746A; }
p { color: rgb(88,116,106); }
H1.HeaderClassName
{
color: #58746A;
}
.AnyTagClassName
{
color: #58746A;
}
</style>
background-color css
<style>
a { background-color: #58746A; }
a { background-color: rgb(88,116,106); }
div.DivClassName
{
background-color: #58746A;
}
.BgClassName
{
background-color: #58746A;
}
</style>
border-color css
<style>
span { border-color: #58746A; }
span { border-color: rgb(88,116,106); }
td.TdClassName
{
border-color: #58746A;
}
.TagClassName
{
border-color: #58746A;
}
</style>