Shades of Stromboli #377058
Tints of Stromboli #377058
RGB
CMYK
RGB Variations
Color information
#377058 (or 0x377058) is known color: Stromboli. HEX triplet: 37, 70 and 58. RGB value is (55,112,88). Sum of RGB (Red+Green+Blue) = 55+112+88=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #377058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377058 is #C88FA7. Grayscale: #5C5C5C. Windows color (decimal): -13143976 or 5795895. OLE color: 5795895.
HSL color Cylindrical-coordinate representation of color #377058: hue angle of 154.74º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377058 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 88 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.56 |
| HSL | 154.74º | 0.34% | 0.33% | - |
| HSV(B) | 154.74º | 0.51% | 0.44% | - |
| XYZ | 9.13 | 13.11 | 11.28 | - |
| YUV | 92.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 88 | 0.51 | 0 | 0.21 | 0.56 | 154.74 | 0.34 | 0.33 |
| Hex | 37 | 70 | 58 | 33 | 0 | 15 | 38 | 9B | 22 | 21 |
| Octal | 67 | 160 | 130 | 63 | 0 | 25 | 70 | 233 | 42 | 41 |
| Binary | 110111 | 1110000 | 1011000 | 110011 | 0 | 10101 | 111000 | 10011011 | 100010 | 100001 |
Color Harmonies of #377058
Complementary color
Monochromatic Colors of #377058
Black with #377058
Text Example
Text Example
White with #377058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377058; }
p { color: rgb(55,112,88); }
H1.HeaderClassName
{
color: #377058;
}
.AnyTagClassName
{
color: #377058;
}
</style>
background-color css
<style>
a { background-color: #377058; }
a { background-color: rgb(55,112,88); }
div.DivClassName
{
background-color: #377058;
}
.BgClassName
{
background-color: #377058;
}
</style>
border-color css
<style>
span { border-color: #377058; }
span { border-color: rgb(55,112,88); }
td.TdClassName
{
border-color: #377058;
}
.TagClassName
{
border-color: #377058;
}
</style>