Shades of Stromboli #475C55
Tints of Stromboli #475C55
RGB
CMYK
RGB Variations
Color information
#475C55 (or 0x475C55) is known color: Stromboli. HEX triplet: 47, 5C and 55. RGB value is (71,92,85). Sum of RGB (Red+Green+Blue) = 71+92+85=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 92 - color contains mainly: green. Hex color #475C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C55 is #B8A3AA. Grayscale: #545454. Windows color (decimal): -12100523 or 5594183. OLE color: 5594183.
HSL color Cylindrical-coordinate representation of color #475C55: hue angle of 160º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #475C55 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 85 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.64 |
| HSL | 160º | 0.13% | 0.32% | - |
| HSV(B) | 160º | 0.23% | 0.36% | - |
| XYZ | 8.07 | 9.65 | 10.03 | - |
| YUV | 84.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 85 | 0.23 | 0 | 0.08 | 0.64 | 160 | 0.13 | 0.32 |
| Hex | 47 | 5C | 55 | 17 | 0 | 8 | 40 | A0 | D | 20 |
| Octal | 107 | 134 | 125 | 27 | 0 | 10 | 100 | 240 | 15 | 40 |
| Binary | 1000111 | 1011100 | 1010101 | 10111 | 0 | 1000 | 1000000 | 10100000 | 1101 | 100000 |
Color Harmonies of #475C55
Complementary color
Monochromatic Colors of #475C55
Black with #475C55
Text Example
Text Example
White with #475C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C55; }
p { color: rgb(71,92,85); }
H1.HeaderClassName
{
color: #475C55;
}
.AnyTagClassName
{
color: #475C55;
}
</style>
background-color css
<style>
a { background-color: #475C55; }
a { background-color: rgb(71,92,85); }
div.DivClassName
{
background-color: #475C55;
}
.BgClassName
{
background-color: #475C55;
}
</style>
border-color css
<style>
span { border-color: #475C55; }
span { border-color: rgb(71,92,85); }
td.TdClassName
{
border-color: #475C55;
}
.TagClassName
{
border-color: #475C55;
}
</style>