Shades of Stromboli #485C56
Tints of Stromboli #485C56
RGB
CMYK
RGB Variations
Color information
#485C56 (or 0x485C56) is known color: Stromboli. HEX triplet: 48, 5C and 56. RGB value is (72,92,86). Sum of RGB (Red+Green+Blue) = 72+92+86=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 92 - color contains mainly: green. Hex color #485C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C56 is #B7A3A9. Grayscale: #555555. Windows color (decimal): -12034986 or 5659720. OLE color: 5659720.
HSL color Cylindrical-coordinate representation of color #485C56: 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 #485C56 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 86 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.64 |
| HSL | 162º | 0.12% | 0.32% | - |
| HSV(B) | 162º | 0.22% | 0.36% | - |
| XYZ | 8.18 | 9.7 | 10.25 | - |
| YUV | 85.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 86 | 0.22 | 0 | 0.07 | 0.64 | 162 | 0.12 | 0.32 |
| Hex | 48 | 5C | 56 | 16 | 0 | 7 | 40 | A2 | C | 20 |
| Octal | 110 | 134 | 126 | 26 | 0 | 7 | 100 | 242 | 14 | 40 |
| Binary | 1001000 | 1011100 | 1010110 | 10110 | 0 | 111 | 1000000 | 10100010 | 1100 | 100000 |
Color Harmonies of #485C56
Complementary color
Monochromatic Colors of #485C56
Black with #485C56
Text Example
Text Example
White with #485C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C56; }
p { color: rgb(72,92,86); }
H1.HeaderClassName
{
color: #485C56;
}
.AnyTagClassName
{
color: #485C56;
}
</style>
background-color css
<style>
a { background-color: #485C56; }
a { background-color: rgb(72,92,86); }
div.DivClassName
{
background-color: #485C56;
}
.BgClassName
{
background-color: #485C56;
}
</style>
border-color css
<style>
span { border-color: #485C56; }
span { border-color: rgb(72,92,86); }
td.TdClassName
{
border-color: #485C56;
}
.TagClassName
{
border-color: #485C56;
}
</style>