Shades of Stromboli #475A54
Tints of Stromboli #475A54
RGB
CMYK
RGB Variations
Color information
#475A54 (or 0x475A54) is known color: Stromboli. HEX triplet: 47, 5A and 54. RGB value is (71,90,84). Sum of RGB (Red+Green+Blue) = 71+90+84=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #475A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A54 is #B8A5AB. Grayscale: #535353. Windows color (decimal): -12101036 or 5528135. OLE color: 5528135.
HSL color Cylindrical-coordinate representation of color #475A54: hue angle of 161.05º 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 #475A54 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 84 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.65 |
| HSL | 161.05º | 0.12% | 0.32% | - |
| HSV(B) | 161.05º | 0.21% | 0.35% | - |
| XYZ | 7.85 | 9.29 | 9.77 | - |
| YUV | 83.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 84 | 0.21 | 0 | 0.07 | 0.65 | 161.05 | 0.12 | 0.32 |
| Hex | 47 | 5A | 54 | 15 | 0 | 7 | 41 | A1 | C | 20 |
| Octal | 107 | 132 | 124 | 25 | 0 | 7 | 101 | 241 | 14 | 40 |
| Binary | 1000111 | 1011010 | 1010100 | 10101 | 0 | 111 | 1000001 | 10100001 | 1100 | 100000 |
Color Harmonies of #475A54
Complementary color
Monochromatic Colors of #475A54
Black with #475A54
Text Example
Text Example
White with #475A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A54; }
p { color: rgb(71,90,84); }
H1.HeaderClassName
{
color: #475A54;
}
.AnyTagClassName
{
color: #475A54;
}
</style>
background-color css
<style>
a { background-color: #475A54; }
a { background-color: rgb(71,90,84); }
div.DivClassName
{
background-color: #475A54;
}
.BgClassName
{
background-color: #475A54;
}
</style>
border-color css
<style>
span { border-color: #475A54; }
span { border-color: rgb(71,90,84); }
td.TdClassName
{
border-color: #475A54;
}
.TagClassName
{
border-color: #475A54;
}
</style>