Shades of Stromboli #495F59
Tints of Stromboli #495F59
RGB
CMYK
RGB Variations
Color information
#495F59 (or 0x495F59) is known color: Stromboli. HEX triplet: 49, 5F and 59. RGB value is (73,95,89). Sum of RGB (Red+Green+Blue) = 73+95+89=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #495F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F59 is #B6A0A6. Grayscale: #575757. Windows color (decimal): -11968679 or 5857097. OLE color: 5857097.
HSL color Cylindrical-coordinate representation of color #495F59: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F59 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 89 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.63 |
| HSL | 163.64º | 0.13% | 0.33% | - |
| HSV(B) | 163.64º | 0.23% | 0.37% | - |
| XYZ | 8.64 | 10.32 | 10.99 | - |
| YUV | 87.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 89 | 0.23 | 0 | 0.06 | 0.63 | 163.64 | 0.13 | 0.33 |
| Hex | 49 | 5F | 59 | 17 | 0 | 6 | 3F | A4 | D | 21 |
| Octal | 111 | 137 | 131 | 27 | 0 | 6 | 77 | 244 | 15 | 41 |
| Binary | 1001001 | 1011111 | 1011001 | 10111 | 0 | 110 | 111111 | 10100100 | 1101 | 100001 |
Color Harmonies of #495F59
Complementary color
Monochromatic Colors of #495F59
Black with #495F59
Text Example
Text Example
White with #495F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F59; }
p { color: rgb(73,95,89); }
H1.HeaderClassName
{
color: #495F59;
}
.AnyTagClassName
{
color: #495F59;
}
</style>
background-color css
<style>
a { background-color: #495F59; }
a { background-color: rgb(73,95,89); }
div.DivClassName
{
background-color: #495F59;
}
.BgClassName
{
background-color: #495F59;
}
</style>
border-color css
<style>
span { border-color: #495F59; }
span { border-color: rgb(73,95,89); }
td.TdClassName
{
border-color: #495F59;
}
.TagClassName
{
border-color: #495F59;
}
</style>