Shades of Spectra #385851
Tints of Spectra #385851
RGB
CMYK
RGB Variations
Color information
#385851 (or 0x385851) is known color: Spectra. HEX triplet: 38, 58 and 51. RGB value is (56,88,81). Sum of RGB (Red+Green+Blue) = 56+88+81=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #385851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385851 is #C7A7AE. Grayscale: #4D4D4D. Windows color (decimal): -13084591 or 5331000. OLE color: 5331000.
HSL color Cylindrical-coordinate representation of color #385851: hue angle of 166.88º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385851 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 88 | 81 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.65 |
| HSL | 166.88º | 0.22% | 0.28% | - |
| HSV(B) | 166.88º | 0.36% | 0.35% | - |
| XYZ | 6.61 | 8.41 | 9.06 | - |
| YUV | 77.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 81 | 0.36 | 0 | 0.08 | 0.65 | 166.88 | 0.22 | 0.28 |
| Hex | 38 | 58 | 51 | 24 | 0 | 8 | 41 | A7 | 16 | 1C |
| Octal | 70 | 130 | 121 | 44 | 0 | 10 | 101 | 247 | 26 | 34 |
| Binary | 111000 | 1011000 | 1010001 | 100100 | 0 | 1000 | 1000001 | 10100111 | 10110 | 11100 |
Color Harmonies of #385851
Complementary color
Monochromatic Colors of #385851
Black with #385851
Text Example
Text Example
White with #385851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385851; }
p { color: rgb(56,88,81); }
H1.HeaderClassName
{
color: #385851;
}
.AnyTagClassName
{
color: #385851;
}
</style>
background-color css
<style>
a { background-color: #385851; }
a { background-color: rgb(56,88,81); }
div.DivClassName
{
background-color: #385851;
}
.BgClassName
{
background-color: #385851;
}
</style>
border-color css
<style>
span { border-color: #385851; }
span { border-color: rgb(56,88,81); }
td.TdClassName
{
border-color: #385851;
}
.TagClassName
{
border-color: #385851;
}
</style>