Shades of Stromboli #475B56
Tints of Stromboli #475B56
RGB
CMYK
RGB Variations
Color information
#475B56 (or 0x475B56) is known color: Stromboli. HEX triplet: 47, 5B and 56. RGB value is (71,91,86). Sum of RGB (Red+Green+Blue) = 71+91+86=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 91 - color contains mainly: green. Hex color #475B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B56 is #B8A4A9. Grayscale: #545454. Windows color (decimal): -12100778 or 5659463. OLE color: 5659463.
HSL color Cylindrical-coordinate representation of color #475B56: hue angle of 165º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #475B56 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 86 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.64 |
| HSL | 165º | 0.12% | 0.32% | - |
| HSV(B) | 165º | 0.22% | 0.36% | - |
| XYZ | 8.02 | 9.49 | 10.21 | - |
| YUV | 84.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 86 | 0.22 | 0 | 0.05 | 0.64 | 165 | 0.12 | 0.32 |
| Hex | 47 | 5B | 56 | 16 | 0 | 5 | 40 | A5 | C | 20 |
| Octal | 107 | 133 | 126 | 26 | 0 | 5 | 100 | 245 | 14 | 40 |
| Binary | 1000111 | 1011011 | 1010110 | 10110 | 0 | 101 | 1000000 | 10100101 | 1100 | 100000 |
Color Harmonies of #475B56
Complementary color
Monochromatic Colors of #475B56
Black with #475B56
Text Example
Text Example
White with #475B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B56; }
p { color: rgb(71,91,86); }
H1.HeaderClassName
{
color: #475B56;
}
.AnyTagClassName
{
color: #475B56;
}
</style>
background-color css
<style>
a { background-color: #475B56; }
a { background-color: rgb(71,91,86); }
div.DivClassName
{
background-color: #475B56;
}
.BgClassName
{
background-color: #475B56;
}
</style>
border-color css
<style>
span { border-color: #475B56; }
span { border-color: rgb(71,91,86); }
td.TdClassName
{
border-color: #475B56;
}
.TagClassName
{
border-color: #475B56;
}
</style>