Shades of Stromboli #386B5C
Tints of Stromboli #386B5C
RGB
CMYK
RGB Variations
Color information
#386B5C (or 0x386B5C) is known color: Stromboli. HEX triplet: 38, 6B and 5C. RGB value is (56,107,92). Sum of RGB (Red+Green+Blue) = 56+107+92=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #386B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B5C is #C794A3. Grayscale: #5A5A5A. Windows color (decimal): -13079716 or 6056760. OLE color: 6056760.
HSL color Cylindrical-coordinate representation of color #386B5C: hue angle of 162.35º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B5C is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 92 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.58 |
| HSL | 162.35º | 0.31% | 0.32% | - |
| HSV(B) | 162.35º | 0.48% | 0.42% | - |
| XYZ | 8.82 | 12.13 | 12 | - |
| YUV | 90.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 92 | 0.48 | 0 | 0.14 | 0.58 | 162.35 | 0.31 | 0.32 |
| Hex | 38 | 6B | 5C | 30 | 0 | E | 3A | A2 | 1F | 20 |
| Octal | 70 | 153 | 134 | 60 | 0 | 16 | 72 | 242 | 37 | 40 |
| Binary | 111000 | 1101011 | 1011100 | 110000 | 0 | 1110 | 111010 | 10100010 | 11111 | 100000 |
Color Harmonies of #386B5C
Complementary color
Monochromatic Colors of #386B5C
Black with #386B5C
Text Example
Text Example
White with #386B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B5C; }
p { color: rgb(56,107,92); }
H1.HeaderClassName
{
color: #386B5C;
}
.AnyTagClassName
{
color: #386B5C;
}
</style>
background-color css
<style>
a { background-color: #386B5C; }
a { background-color: rgb(56,107,92); }
div.DivClassName
{
background-color: #386B5C;
}
.BgClassName
{
background-color: #386B5C;
}
</style>
border-color css
<style>
span { border-color: #386B5C; }
span { border-color: rgb(56,107,92); }
td.TdClassName
{
border-color: #386B5C;
}
.TagClassName
{
border-color: #386B5C;
}
</style>