Shades of Spectra #395C50
Tints of Spectra #395C50
RGB
CMYK
RGB Variations
Color information
#395C50 (or 0x395C50) is known color: Spectra. HEX triplet: 39, 5C and 50. RGB value is (57,92,80). Sum of RGB (Red+Green+Blue) = 57+92+80=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #395C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C50 is #C6A3AF. Grayscale: #505050. Windows color (decimal): -13018032 or 5266489. OLE color: 5266489.
HSL color Cylindrical-coordinate representation of color #395C50: hue angle of 159.43º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C50 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 80 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.64 |
| HSL | 159.43º | 0.23% | 0.29% | - |
| HSV(B) | 159.43º | 0.38% | 0.36% | - |
| XYZ | 6.96 | 9.1 | 8.98 | - |
| YUV | 80.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 80 | 0.38 | 0 | 0.13 | 0.64 | 159.43 | 0.23 | 0.29 |
| Hex | 39 | 5C | 50 | 26 | 0 | D | 40 | 9F | 17 | 1D |
| Octal | 71 | 134 | 120 | 46 | 0 | 15 | 100 | 237 | 27 | 35 |
| Binary | 111001 | 1011100 | 1010000 | 100110 | 0 | 1101 | 1000000 | 10011111 | 10111 | 11101 |
Color Harmonies of #395C50
Complementary color
Monochromatic Colors of #395C50
Black with #395C50
Text Example
Text Example
White with #395C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C50; }
p { color: rgb(57,92,80); }
H1.HeaderClassName
{
color: #395C50;
}
.AnyTagClassName
{
color: #395C50;
}
</style>
background-color css
<style>
a { background-color: #395C50; }
a { background-color: rgb(57,92,80); }
div.DivClassName
{
background-color: #395C50;
}
.BgClassName
{
background-color: #395C50;
}
</style>
border-color css
<style>
span { border-color: #395C50; }
span { border-color: rgb(57,92,80); }
td.TdClassName
{
border-color: #395C50;
}
.TagClassName
{
border-color: #395C50;
}
</style>