Shades of Stromboli #386B5A
Tints of Stromboli #386B5A
RGB
CMYK
RGB Variations
Color information
#386B5A (or 0x386B5A) is known color: Stromboli. HEX triplet: 38, 6B and 5A. RGB value is (56,107,90). Sum of RGB (Red+Green+Blue) = 56+107+90=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #386B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B5A is #C794A5. Grayscale: #595959. Windows color (decimal): -13079718 or 5925688. OLE color: 5925688.
HSL color Cylindrical-coordinate representation of color #386B5A: hue angle of 160º 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 #386B5A is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 90 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.58 |
| HSL | 160º | 0.31% | 0.32% | - |
| HSV(B) | 160º | 0.48% | 0.42% | - |
| XYZ | 8.73 | 12.09 | 11.55 | - |
| YUV | 89.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 90 | 0.48 | 0 | 0.16 | 0.58 | 160 | 0.31 | 0.32 |
| Hex | 38 | 6B | 5A | 30 | 0 | 10 | 3A | A0 | 1F | 20 |
| Octal | 70 | 153 | 132 | 60 | 0 | 20 | 72 | 240 | 37 | 40 |
| Binary | 111000 | 1101011 | 1011010 | 110000 | 0 | 10000 | 111010 | 10100000 | 11111 | 100000 |
Color Harmonies of #386B5A
Complementary color
Monochromatic Colors of #386B5A
Black with #386B5A
Text Example
Text Example
White with #386B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B5A; }
p { color: rgb(56,107,90); }
H1.HeaderClassName
{
color: #386B5A;
}
.AnyTagClassName
{
color: #386B5A;
}
</style>
background-color css
<style>
a { background-color: #386B5A; }
a { background-color: rgb(56,107,90); }
div.DivClassName
{
background-color: #386B5A;
}
.BgClassName
{
background-color: #386B5A;
}
</style>
border-color css
<style>
span { border-color: #386B5A; }
span { border-color: rgb(56,107,90); }
td.TdClassName
{
border-color: #386B5A;
}
.TagClassName
{
border-color: #386B5A;
}
</style>