Shades of Spectra #385D56
Tints of Spectra #385D56
RGB
CMYK
RGB Variations
Color information
#385D56 (or 0x385D56) is known color: Spectra. HEX triplet: 38, 5D and 56. RGB value is (56,93,86). Sum of RGB (Red+Green+Blue) = 56+93+86=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #385D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D56 is #C7A2A9. Grayscale: #515151. Windows color (decimal): -13083306 or 5659960. OLE color: 5659960.
HSL color Cylindrical-coordinate representation of color #385D56: hue angle of 168.65º 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 #385D56 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 86 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.64 |
| HSL | 168.65º | 0.25% | 0.29% | - |
| HSV(B) | 168.65º | 0.4% | 0.36% | - |
| XYZ | 7.22 | 9.34 | 10.23 | - |
| YUV | 81.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 86 | 0.40 | 0 | 0.08 | 0.64 | 168.65 | 0.25 | 0.29 |
| Hex | 38 | 5D | 56 | 28 | 0 | 8 | 40 | A9 | 19 | 1D |
| Octal | 70 | 135 | 126 | 50 | 0 | 10 | 100 | 251 | 31 | 35 |
| Binary | 111000 | 1011101 | 1010110 | 101000 | 0 | 1000 | 1000000 | 10101001 | 11001 | 11101 |
Color Harmonies of #385D56
Complementary color
Monochromatic Colors of #385D56
Black with #385D56
Text Example
Text Example
White with #385D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D56; }
p { color: rgb(56,93,86); }
H1.HeaderClassName
{
color: #385D56;
}
.AnyTagClassName
{
color: #385D56;
}
</style>
background-color css
<style>
a { background-color: #385D56; }
a { background-color: rgb(56,93,86); }
div.DivClassName
{
background-color: #385D56;
}
.BgClassName
{
background-color: #385D56;
}
</style>
border-color css
<style>
span { border-color: #385D56; }
span { border-color: rgb(56,93,86); }
td.TdClassName
{
border-color: #385D56;
}
.TagClassName
{
border-color: #385D56;
}
</style>