Shades of Stromboli #475A55
Tints of Stromboli #475A55
RGB
CMYK
RGB Variations
Color information
#475A55 (or 0x475A55) is known color: Stromboli. HEX triplet: 47, 5A and 55. RGB value is (71,90,85). Sum of RGB (Red+Green+Blue) = 71+90+85=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #475A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A55 is #B8A5AA. Grayscale: #535353. Windows color (decimal): -12101035 or 5593671. OLE color: 5593671.
HSL color Cylindrical-coordinate representation of color #475A55: hue angle of 164.21º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A55 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 85 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.65 |
| HSL | 164.21º | 0.12% | 0.32% | - |
| HSV(B) | 164.21º | 0.21% | 0.35% | - |
| XYZ | 7.89 | 9.31 | 9.97 | - |
| YUV | 83.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 85 | 0.21 | 0 | 0.06 | 0.65 | 164.21 | 0.12 | 0.32 |
| Hex | 47 | 5A | 55 | 15 | 0 | 6 | 41 | A4 | C | 20 |
| Octal | 107 | 132 | 125 | 25 | 0 | 6 | 101 | 244 | 14 | 40 |
| Binary | 1000111 | 1011010 | 1010101 | 10101 | 0 | 110 | 1000001 | 10100100 | 1100 | 100000 |
Color Harmonies of #475A55
Complementary color
Monochromatic Colors of #475A55
Black with #475A55
Text Example
Text Example
White with #475A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A55; }
p { color: rgb(71,90,85); }
H1.HeaderClassName
{
color: #475A55;
}
.AnyTagClassName
{
color: #475A55;
}
</style>
background-color css
<style>
a { background-color: #475A55; }
a { background-color: rgb(71,90,85); }
div.DivClassName
{
background-color: #475A55;
}
.BgClassName
{
background-color: #475A55;
}
</style>
border-color css
<style>
span { border-color: #475A55; }
span { border-color: rgb(71,90,85); }
td.TdClassName
{
border-color: #475A55;
}
.TagClassName
{
border-color: #475A55;
}
</style>