Shades of Stromboli #475E57
Tints of Stromboli #475E57
RGB
CMYK
RGB Variations
Color information
#475E57 (or 0x475E57) is known color: Stromboli. HEX triplet: 47, 5E and 57. RGB value is (71,94,87). Sum of RGB (Red+Green+Blue) = 71+94+87=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 94 - color contains mainly: green. Hex color #475E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E57 is #B8A1A8. Grayscale: #565656. Windows color (decimal): -12100009 or 5725767. OLE color: 5725767.
HSL color Cylindrical-coordinate representation of color #475E57: hue angle of 161.74º 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 #475E57 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 87 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.63 |
| HSL | 161.74º | 0.14% | 0.32% | - |
| HSV(B) | 161.74º | 0.24% | 0.37% | - |
| XYZ | 8.32 | 10.03 | 10.51 | - |
| YUV | 86.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 87 | 0.24 | 0 | 0.07 | 0.63 | 161.74 | 0.14 | 0.32 |
| Hex | 47 | 5E | 57 | 18 | 0 | 7 | 3F | A2 | E | 20 |
| Octal | 107 | 136 | 127 | 30 | 0 | 7 | 77 | 242 | 16 | 40 |
| Binary | 1000111 | 1011110 | 1010111 | 11000 | 0 | 111 | 111111 | 10100010 | 1110 | 100000 |
Color Harmonies of #475E57
Complementary color
Monochromatic Colors of #475E57
Black with #475E57
Text Example
Text Example
White with #475E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E57; }
p { color: rgb(71,94,87); }
H1.HeaderClassName
{
color: #475E57;
}
.AnyTagClassName
{
color: #475E57;
}
</style>
background-color css
<style>
a { background-color: #475E57; }
a { background-color: rgb(71,94,87); }
div.DivClassName
{
background-color: #475E57;
}
.BgClassName
{
background-color: #475E57;
}
</style>
border-color css
<style>
span { border-color: #475E57; }
span { border-color: rgb(71,94,87); }
td.TdClassName
{
border-color: #475E57;
}
.TagClassName
{
border-color: #475E57;
}
</style>