Shades of Stromboli #485E58
Tints of Stromboli #485E58
RGB
CMYK
RGB Variations
Color information
#485E58 (or 0x485E58) is known color: Stromboli. HEX triplet: 48, 5E and 58. RGB value is (72,94,88). Sum of RGB (Red+Green+Blue) = 72+94+88=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 94 - color contains mainly: green. Hex color #485E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E58 is #B7A1A7. Grayscale: #565656. Windows color (decimal): -12034472 or 5791304. OLE color: 5791304.
HSL color Cylindrical-coordinate representation of color #485E58: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E58 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 94 | 88 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.63 |
| HSL | 163.64º | 0.13% | 0.33% | - |
| HSV(B) | 163.64º | 0.23% | 0.37% | - |
| XYZ | 8.44 | 10.09 | 10.73 | - |
| YUV | 86.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 88 | 0.23 | 0 | 0.06 | 0.63 | 163.64 | 0.13 | 0.33 |
| Hex | 48 | 5E | 58 | 17 | 0 | 6 | 3F | A4 | D | 21 |
| Octal | 110 | 136 | 130 | 27 | 0 | 6 | 77 | 244 | 15 | 41 |
| Binary | 1001000 | 1011110 | 1011000 | 10111 | 0 | 110 | 111111 | 10100100 | 1101 | 100001 |
Color Harmonies of #485E58
Complementary color
Monochromatic Colors of #485E58
Black with #485E58
Text Example
Text Example
White with #485E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E58; }
p { color: rgb(72,94,88); }
H1.HeaderClassName
{
color: #485E58;
}
.AnyTagClassName
{
color: #485E58;
}
</style>
background-color css
<style>
a { background-color: #485E58; }
a { background-color: rgb(72,94,88); }
div.DivClassName
{
background-color: #485E58;
}
.BgClassName
{
background-color: #485E58;
}
</style>
border-color css
<style>
span { border-color: #485E58; }
span { border-color: rgb(72,94,88); }
td.TdClassName
{
border-color: #485E58;
}
.TagClassName
{
border-color: #485E58;
}
</style>