Shades of Stromboli #475E56
Tints of Stromboli #475E56
RGB
CMYK
RGB Variations
Color information
#475E56 (or 0x475E56) is known color: Stromboli. HEX triplet: 47, 5E and 56. RGB value is (71,94,86). Sum of RGB (Red+Green+Blue) = 71+94+86=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 94 - color contains mainly: green. Hex color #475E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E56 is #B8A1A9. Grayscale: #565656. Windows color (decimal): -12100010 or 5660231. OLE color: 5660231.
HSL color Cylindrical-coordinate representation of color #475E56: hue angle of 159.13º 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 #475E56 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 86 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.63 |
| HSL | 159.13º | 0.14% | 0.32% | - |
| HSV(B) | 159.13º | 0.24% | 0.37% | - |
| XYZ | 8.28 | 10.02 | 10.3 | - |
| YUV | 86.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 86 | 0.24 | 0 | 0.09 | 0.63 | 159.13 | 0.14 | 0.32 |
| Hex | 47 | 5E | 56 | 18 | 0 | 9 | 3F | 9F | E | 20 |
| Octal | 107 | 136 | 126 | 30 | 0 | 11 | 77 | 237 | 16 | 40 |
| Binary | 1000111 | 1011110 | 1010110 | 11000 | 0 | 1001 | 111111 | 10011111 | 1110 | 100000 |
Color Harmonies of #475E56
Complementary color
Monochromatic Colors of #475E56
Black with #475E56
Text Example
Text Example
White with #475E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E56; }
p { color: rgb(71,94,86); }
H1.HeaderClassName
{
color: #475E56;
}
.AnyTagClassName
{
color: #475E56;
}
</style>
background-color css
<style>
a { background-color: #475E56; }
a { background-color: rgb(71,94,86); }
div.DivClassName
{
background-color: #475E56;
}
.BgClassName
{
background-color: #475E56;
}
</style>
border-color css
<style>
span { border-color: #475E56; }
span { border-color: rgb(71,94,86); }
td.TdClassName
{
border-color: #475E56;
}
.TagClassName
{
border-color: #475E56;
}
</style>