Shades of Cutty Sark #58847A
Tints of Cutty Sark #58847A
RGB
CMYK
RGB Variations
Color information
#58847A (or 0x58847A) is known color: Cutty Sark. HEX triplet: 58, 84 and 7A. RGB value is (88,132,122). Sum of RGB (Red+Green+Blue) = 88+132+122=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #58847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58847A is #A77B85. Grayscale: #757575. Windows color (decimal): -10976134 or 8029272. OLE color: 8029272.
HSL color Cylindrical-coordinate representation of color #58847A: hue angle of 166.36º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58847A is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 132 | 122 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.48 |
| HSL | 166.36º | 0.2% | 0.43% | - |
| HSV(B) | 166.36º | 0.33% | 0.52% | - |
| XYZ | 15.79 | 19.98 | 21.44 | - |
| YUV | 117.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 122 | 0.33 | 0 | 0.08 | 0.48 | 166.36 | 0.2 | 0.43 |
| Hex | 58 | 84 | 7A | 21 | 0 | 8 | 30 | A6 | 14 | 2B |
| Octal | 130 | 204 | 172 | 41 | 0 | 10 | 60 | 246 | 24 | 53 |
| Binary | 1011000 | 10000100 | 1111010 | 100001 | 0 | 1000 | 110000 | 10100110 | 10100 | 101011 |
Color Harmonies of #58847A
Complementary color
Monochromatic Colors of #58847A
Black with #58847A
Text Example
Text Example
White with #58847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58847A; }
p { color: rgb(88,132,122); }
H1.HeaderClassName
{
color: #58847A;
}
.AnyTagClassName
{
color: #58847A;
}
</style>
background-color css
<style>
a { background-color: #58847A; }
a { background-color: rgb(88,132,122); }
div.DivClassName
{
background-color: #58847A;
}
.BgClassName
{
background-color: #58847A;
}
</style>
border-color css
<style>
span { border-color: #58847A; }
span { border-color: rgb(88,132,122); }
td.TdClassName
{
border-color: #58847A;
}
.TagClassName
{
border-color: #58847A;
}
</style>