Shades of Spectra #385F56
Tints of Spectra #385F56
RGB
CMYK
RGB Variations
Color information
#385F56 (or 0x385F56) is known color: Spectra. HEX triplet: 38, 5F and 56. RGB value is (56,95,86). Sum of RGB (Red+Green+Blue) = 56+95+86=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #385F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F56 is #C7A0A9. Grayscale: #525252. Windows color (decimal): -13082794 or 5660472. OLE color: 5660472.
HSL color Cylindrical-coordinate representation of color #385F56: hue angle of 166.15º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F56 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 86 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.63 |
| HSL | 166.15º | 0.26% | 0.3% | - |
| HSV(B) | 166.15º | 0.41% | 0.37% | - |
| XYZ | 7.4 | 9.7 | 10.29 | - |
| YUV | 82.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 86 | 0.41 | 0 | 0.09 | 0.63 | 166.15 | 0.26 | 0.3 |
| Hex | 38 | 5F | 56 | 29 | 0 | 9 | 3F | A6 | 1A | 1E |
| Octal | 70 | 137 | 126 | 51 | 0 | 11 | 77 | 246 | 32 | 36 |
| Binary | 111000 | 1011111 | 1010110 | 101001 | 0 | 1001 | 111111 | 10100110 | 11010 | 11110 |
Color Harmonies of #385F56
Complementary color
Monochromatic Colors of #385F56
Black with #385F56
Text Example
Text Example
White with #385F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F56; }
p { color: rgb(56,95,86); }
H1.HeaderClassName
{
color: #385F56;
}
.AnyTagClassName
{
color: #385F56;
}
</style>
background-color css
<style>
a { background-color: #385F56; }
a { background-color: rgb(56,95,86); }
div.DivClassName
{
background-color: #385F56;
}
.BgClassName
{
background-color: #385F56;
}
</style>
border-color css
<style>
span { border-color: #385F56; }
span { border-color: rgb(56,95,86); }
td.TdClassName
{
border-color: #385F56;
}
.TagClassName
{
border-color: #385F56;
}
</style>