Shades of Spectra #395850
Tints of Spectra #395850
RGB
CMYK
RGB Variations
Color information
#395850 (or 0x395850) is known color: Spectra. HEX triplet: 39, 58 and 50. RGB value is (57,88,80). Sum of RGB (Red+Green+Blue) = 57+88+80=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #395850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395850 is #C6A7AF. Grayscale: #4D4D4D. Windows color (decimal): -13019056 or 5265465. OLE color: 5265465.
HSL color Cylindrical-coordinate representation of color #395850: hue angle of 164.52º 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 #395850 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 88 | 80 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.65 |
| HSL | 164.52º | 0.21% | 0.28% | - |
| HSV(B) | 164.52º | 0.35% | 0.35% | - |
| XYZ | 6.63 | 8.43 | 8.87 | - |
| YUV | 77.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 80 | 0.35 | 0 | 0.09 | 0.65 | 164.52 | 0.21 | 0.28 |
| Hex | 39 | 58 | 50 | 23 | 0 | 9 | 41 | A5 | 15 | 1C |
| Octal | 71 | 130 | 120 | 43 | 0 | 11 | 101 | 245 | 25 | 34 |
| Binary | 111001 | 1011000 | 1010000 | 100011 | 0 | 1001 | 1000001 | 10100101 | 10101 | 11100 |
Color Harmonies of #395850
Complementary color
Monochromatic Colors of #395850
Black with #395850
Text Example
Text Example
White with #395850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395850; }
p { color: rgb(57,88,80); }
H1.HeaderClassName
{
color: #395850;
}
.AnyTagClassName
{
color: #395850;
}
</style>
background-color css
<style>
a { background-color: #395850; }
a { background-color: rgb(57,88,80); }
div.DivClassName
{
background-color: #395850;
}
.BgClassName
{
background-color: #395850;
}
</style>
border-color css
<style>
span { border-color: #395850; }
span { border-color: rgb(57,88,80); }
td.TdClassName
{
border-color: #395850;
}
.TagClassName
{
border-color: #395850;
}
</style>