Shades of Spectra #385D50
Tints of Spectra #385D50
RGB
CMYK
RGB Variations
Color information
#385D50 (or 0x385D50) is known color: Spectra. HEX triplet: 38, 5D and 50. RGB value is (56,93,80). Sum of RGB (Red+Green+Blue) = 56+93+80=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #385D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D50 is #C7A2AF. Grayscale: #505050. Windows color (decimal): -13083312 or 5266744. OLE color: 5266744.
HSL color Cylindrical-coordinate representation of color #385D50: hue angle of 158.92º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D50 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 80 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.64 |
| HSL | 158.92º | 0.25% | 0.29% | - |
| HSV(B) | 158.92º | 0.4% | 0.36% | - |
| XYZ | 6.99 | 9.25 | 9.01 | - |
| YUV | 80.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 80 | 0.40 | 0 | 0.14 | 0.64 | 158.92 | 0.25 | 0.29 |
| Hex | 38 | 5D | 50 | 28 | 0 | E | 40 | 9F | 19 | 1D |
| Octal | 70 | 135 | 120 | 50 | 0 | 16 | 100 | 237 | 31 | 35 |
| Binary | 111000 | 1011101 | 1010000 | 101000 | 0 | 1110 | 1000000 | 10011111 | 11001 | 11101 |
Color Harmonies of #385D50
Complementary color
Monochromatic Colors of #385D50
Black with #385D50
Text Example
Text Example
White with #385D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D50; }
p { color: rgb(56,93,80); }
H1.HeaderClassName
{
color: #385D50;
}
.AnyTagClassName
{
color: #385D50;
}
</style>
background-color css
<style>
a { background-color: #385D50; }
a { background-color: rgb(56,93,80); }
div.DivClassName
{
background-color: #385D50;
}
.BgClassName
{
background-color: #385D50;
}
</style>
border-color css
<style>
span { border-color: #385D50; }
span { border-color: rgb(56,93,80); }
td.TdClassName
{
border-color: #385D50;
}
.TagClassName
{
border-color: #385D50;
}
</style>