Shades of Spectra #385E56
Tints of Spectra #385E56
RGB
CMYK
RGB Variations
Color information
#385E56 (or 0x385E56) is known color: Spectra. HEX triplet: 38, 5E and 56. RGB value is (56,94,86). Sum of RGB (Red+Green+Blue) = 56+94+86=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 94 - color contains mainly: green. Hex color #385E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E56 is #C7A1A9. Grayscale: #515151. Windows color (decimal): -13083050 or 5660216. OLE color: 5660216.
HSL color Cylindrical-coordinate representation of color #385E56: hue angle of 167.37º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E56 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 86 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.63 |
| HSL | 167.37º | 0.25% | 0.29% | - |
| HSV(B) | 167.37º | 0.4% | 0.37% | - |
| XYZ | 7.31 | 9.52 | 10.26 | - |
| YUV | 81.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 86 | 0.40 | 0 | 0.09 | 0.63 | 167.37 | 0.25 | 0.29 |
| Hex | 38 | 5E | 56 | 28 | 0 | 9 | 3F | A7 | 19 | 1D |
| Octal | 70 | 136 | 126 | 50 | 0 | 11 | 77 | 247 | 31 | 35 |
| Binary | 111000 | 1011110 | 1010110 | 101000 | 0 | 1001 | 111111 | 10100111 | 11001 | 11101 |
Color Harmonies of #385E56
Complementary color
Monochromatic Colors of #385E56
Black with #385E56
Text Example
Text Example
White with #385E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E56; }
p { color: rgb(56,94,86); }
H1.HeaderClassName
{
color: #385E56;
}
.AnyTagClassName
{
color: #385E56;
}
</style>
background-color css
<style>
a { background-color: #385E56; }
a { background-color: rgb(56,94,86); }
div.DivClassName
{
background-color: #385E56;
}
.BgClassName
{
background-color: #385E56;
}
</style>
border-color css
<style>
span { border-color: #385E56; }
span { border-color: rgb(56,94,86); }
td.TdClassName
{
border-color: #385E56;
}
.TagClassName
{
border-color: #385E56;
}
</style>