Shades of Stromboli #475E59
Tints of Stromboli #475E59
RGB
CMYK
RGB Variations
Color information
#475E59 (or 0x475E59) is known color: Stromboli. HEX triplet: 47, 5E and 59. RGB value is (71,94,89). Sum of RGB (Red+Green+Blue) = 71+94+89=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 94 - color contains mainly: green. Hex color #475E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E59 is #B8A1A6. Grayscale: #565656. Windows color (decimal): -12100007 or 5856839. OLE color: 5856839.
HSL color Cylindrical-coordinate representation of color #475E59: hue angle of 166.96º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E59 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 89 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.63 |
| HSL | 166.96º | 0.14% | 0.32% | - |
| HSV(B) | 166.96º | 0.24% | 0.37% | - |
| XYZ | 8.4 | 10.07 | 10.95 | - |
| YUV | 86.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 89 | 0.24 | 0 | 0.05 | 0.63 | 166.96 | 0.14 | 0.32 |
| Hex | 47 | 5E | 59 | 18 | 0 | 5 | 3F | A7 | E | 20 |
| Octal | 107 | 136 | 131 | 30 | 0 | 5 | 77 | 247 | 16 | 40 |
| Binary | 1000111 | 1011110 | 1011001 | 11000 | 0 | 101 | 111111 | 10100111 | 1110 | 100000 |
Color Harmonies of #475E59
Complementary color
Monochromatic Colors of #475E59
Black with #475E59
Text Example
Text Example
White with #475E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E59; }
p { color: rgb(71,94,89); }
H1.HeaderClassName
{
color: #475E59;
}
.AnyTagClassName
{
color: #475E59;
}
</style>
background-color css
<style>
a { background-color: #475E59; }
a { background-color: rgb(71,94,89); }
div.DivClassName
{
background-color: #475E59;
}
.BgClassName
{
background-color: #475E59;
}
</style>
border-color css
<style>
span { border-color: #475E59; }
span { border-color: rgb(71,94,89); }
td.TdClassName
{
border-color: #475E59;
}
.TagClassName
{
border-color: #475E59;
}
</style>