Shades of Stromboli #475B55
Tints of Stromboli #475B55
RGB
CMYK
RGB Variations
Color information
#475B55 (or 0x475B55) is known color: Stromboli. HEX triplet: 47, 5B and 55. RGB value is (71,91,85). Sum of RGB (Red+Green+Blue) = 71+91+85=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 91 - color contains mainly: green. Hex color #475B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B55 is #B8A4AA. Grayscale: #545454. Windows color (decimal): -12100779 or 5593927. OLE color: 5593927.
HSL color Cylindrical-coordinate representation of color #475B55: hue angle of 162º 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 #475B55 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 85 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.64 |
| HSL | 162º | 0.12% | 0.32% | - |
| HSV(B) | 162º | 0.22% | 0.36% | - |
| XYZ | 7.98 | 9.48 | 10 | - |
| YUV | 84.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 85 | 0.22 | 0 | 0.07 | 0.64 | 162 | 0.12 | 0.32 |
| Hex | 47 | 5B | 55 | 16 | 0 | 7 | 40 | A2 | C | 20 |
| Octal | 107 | 133 | 125 | 26 | 0 | 7 | 100 | 242 | 14 | 40 |
| Binary | 1000111 | 1011011 | 1010101 | 10110 | 0 | 111 | 1000000 | 10100010 | 1100 | 100000 |
Color Harmonies of #475B55
Complementary color
Monochromatic Colors of #475B55
Black with #475B55
Text Example
Text Example
White with #475B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B55; }
p { color: rgb(71,91,85); }
H1.HeaderClassName
{
color: #475B55;
}
.AnyTagClassName
{
color: #475B55;
}
</style>
background-color css
<style>
a { background-color: #475B55; }
a { background-color: rgb(71,91,85); }
div.DivClassName
{
background-color: #475B55;
}
.BgClassName
{
background-color: #475B55;
}
</style>
border-color css
<style>
span { border-color: #475B55; }
span { border-color: rgb(71,91,85); }
td.TdClassName
{
border-color: #475B55;
}
.TagClassName
{
border-color: #475B55;
}
</style>