Shades of Stromboli #485F5A
Tints of Stromboli #485F5A
RGB
CMYK
RGB Variations
Color information
#485F5A (or 0x485F5A) is known color: Stromboli. HEX triplet: 48, 5F and 5A. RGB value is (72,95,90). Sum of RGB (Red+Green+Blue) = 72+95+90=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #485F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F5A is #B7A0A5. Grayscale: #575757. Windows color (decimal): -12034214 or 5922632. OLE color: 5922632.
HSL color Cylindrical-coordinate representation of color #485F5A: hue angle of 166.96º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F5A is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 90 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.63 |
| HSL | 166.96º | 0.14% | 0.33% | - |
| HSV(B) | 166.96º | 0.24% | 0.37% | - |
| XYZ | 8.61 | 10.3 | 11.21 | - |
| YUV | 87.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 90 | 0.24 | 0 | 0.05 | 0.63 | 166.96 | 0.14 | 0.33 |
| Hex | 48 | 5F | 5A | 18 | 0 | 5 | 3F | A7 | E | 21 |
| Octal | 110 | 137 | 132 | 30 | 0 | 5 | 77 | 247 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1011010 | 11000 | 0 | 101 | 111111 | 10100111 | 1110 | 100001 |
Color Harmonies of #485F5A
Complementary color
Monochromatic Colors of #485F5A
Black with #485F5A
Text Example
Text Example
White with #485F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F5A; }
p { color: rgb(72,95,90); }
H1.HeaderClassName
{
color: #485F5A;
}
.AnyTagClassName
{
color: #485F5A;
}
</style>
background-color css
<style>
a { background-color: #485F5A; }
a { background-color: rgb(72,95,90); }
div.DivClassName
{
background-color: #485F5A;
}
.BgClassName
{
background-color: #485F5A;
}
</style>
border-color css
<style>
span { border-color: #485F5A; }
span { border-color: rgb(72,95,90); }
td.TdClassName
{
border-color: #485F5A;
}
.TagClassName
{
border-color: #485F5A;
}
</style>