Shades of Spectra #395851
Tints of Spectra #395851
RGB
CMYK
RGB Variations
Color information
#395851 (or 0x395851) is known color: Spectra. HEX triplet: 39, 58 and 51. RGB value is (57,88,81). Sum of RGB (Red+Green+Blue) = 57+88+81=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #395851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395851 is #C6A7AE. Grayscale: #4D4D4D. Windows color (decimal): -13019055 or 5331001. OLE color: 5331001.
HSL color Cylindrical-coordinate representation of color #395851: hue angle of 166.45º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #395851 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 88 | 81 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.65 |
| HSL | 166.45º | 0.21% | 0.28% | - |
| HSV(B) | 166.45º | 0.35% | 0.35% | - |
| XYZ | 6.66 | 8.44 | 9.06 | - |
| YUV | 77.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 81 | 0.35 | 0 | 0.08 | 0.65 | 166.45 | 0.21 | 0.28 |
| Hex | 39 | 58 | 51 | 23 | 0 | 8 | 41 | A6 | 15 | 1C |
| Octal | 71 | 130 | 121 | 43 | 0 | 10 | 101 | 246 | 25 | 34 |
| Binary | 111001 | 1011000 | 1010001 | 100011 | 0 | 1000 | 1000001 | 10100110 | 10101 | 11100 |
Color Harmonies of #395851
Complementary color
Monochromatic Colors of #395851
Black with #395851
Text Example
Text Example
White with #395851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395851; }
p { color: rgb(57,88,81); }
H1.HeaderClassName
{
color: #395851;
}
.AnyTagClassName
{
color: #395851;
}
</style>
background-color css
<style>
a { background-color: #395851; }
a { background-color: rgb(57,88,81); }
div.DivClassName
{
background-color: #395851;
}
.BgClassName
{
background-color: #395851;
}
</style>
border-color css
<style>
span { border-color: #395851; }
span { border-color: rgb(57,88,81); }
td.TdClassName
{
border-color: #395851;
}
.TagClassName
{
border-color: #395851;
}
</style>