Shades of Stromboli #386F5D
Tints of Stromboli #386F5D
RGB
CMYK
RGB Variations
Color information
#386F5D (or 0x386F5D) is known color: Stromboli. HEX triplet: 38, 6F and 5D. RGB value is (56,111,93). Sum of RGB (Red+Green+Blue) = 56+111+93=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #386F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F5D is #C790A2. Grayscale: #5C5C5C. Windows color (decimal): -13078691 or 6123320. OLE color: 6123320.
HSL color Cylindrical-coordinate representation of color #386F5D: hue angle of 160.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F5D is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 93 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.56 |
| HSL | 160.36º | 0.33% | 0.33% | - |
| HSV(B) | 160.36º | 0.5% | 0.44% | - |
| XYZ | 9.29 | 13 | 12.38 | - |
| YUV | 92.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 93 | 0.50 | 0 | 0.16 | 0.56 | 160.36 | 0.33 | 0.33 |
| Hex | 38 | 6F | 5D | 32 | 0 | 10 | 38 | A0 | 21 | 21 |
| Octal | 70 | 157 | 135 | 62 | 0 | 20 | 70 | 240 | 41 | 41 |
| Binary | 111000 | 1101111 | 1011101 | 110010 | 0 | 10000 | 111000 | 10100000 | 100001 | 100001 |
Color Harmonies of #386F5D
Complementary color
Monochromatic Colors of #386F5D
Black with #386F5D
Text Example
Text Example
White with #386F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F5D; }
p { color: rgb(56,111,93); }
H1.HeaderClassName
{
color: #386F5D;
}
.AnyTagClassName
{
color: #386F5D;
}
</style>
background-color css
<style>
a { background-color: #386F5D; }
a { background-color: rgb(56,111,93); }
div.DivClassName
{
background-color: #386F5D;
}
.BgClassName
{
background-color: #386F5D;
}
</style>
border-color css
<style>
span { border-color: #386F5D; }
span { border-color: rgb(56,111,93); }
td.TdClassName
{
border-color: #386F5D;
}
.TagClassName
{
border-color: #386F5D;
}
</style>