Shades of Spectra #395F53
Tints of Spectra #395F53
RGB
CMYK
RGB Variations
Color information
#395F53 (or 0x395F53) is known color: Spectra. HEX triplet: 39, 5F and 53. RGB value is (57,95,83). Sum of RGB (Red+Green+Blue) = 57+95+83=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #395F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F53 is #C6A0AC. Grayscale: #525252. Windows color (decimal): -13017261 or 5463865. OLE color: 5463865.
HSL color Cylindrical-coordinate representation of color #395F53: hue angle of 161.05º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395F53 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 95 | 83 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.63 |
| HSL | 161.05º | 0.25% | 0.3% | - |
| HSV(B) | 161.05º | 0.4% | 0.37% | - |
| XYZ | 7.34 | 9.68 | 9.66 | - |
| YUV | 82.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 83 | 0.40 | 0 | 0.13 | 0.63 | 161.05 | 0.25 | 0.3 |
| Hex | 39 | 5F | 53 | 28 | 0 | D | 3F | A1 | 19 | 1E |
| Octal | 71 | 137 | 123 | 50 | 0 | 15 | 77 | 241 | 31 | 36 |
| Binary | 111001 | 1011111 | 1010011 | 101000 | 0 | 1101 | 111111 | 10100001 | 11001 | 11110 |
Color Harmonies of #395F53
Complementary color
Monochromatic Colors of #395F53
Black with #395F53
Text Example
Text Example
White with #395F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395F53; }
p { color: rgb(57,95,83); }
H1.HeaderClassName
{
color: #395F53;
}
.AnyTagClassName
{
color: #395F53;
}
</style>
background-color css
<style>
a { background-color: #395F53; }
a { background-color: rgb(57,95,83); }
div.DivClassName
{
background-color: #395F53;
}
.BgClassName
{
background-color: #395F53;
}
</style>
border-color css
<style>
span { border-color: #395F53; }
span { border-color: rgb(57,95,83); }
td.TdClassName
{
border-color: #395F53;
}
.TagClassName
{
border-color: #395F53;
}
</style>