Shades of Spectra #385D52
Tints of Spectra #385D52
RGB
CMYK
RGB Variations
Color information
#385D52 (or 0x385D52) is known color: Spectra. HEX triplet: 38, 5D and 52. RGB value is (56,93,82). Sum of RGB (Red+Green+Blue) = 56+93+82=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #385D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D52 is #C7A2AD. Grayscale: #505050. Windows color (decimal): -13083310 or 5397816. OLE color: 5397816.
HSL color Cylindrical-coordinate representation of color #385D52: hue angle of 162.16º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D52 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 93 | 82 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.64 |
| HSL | 162.16º | 0.25% | 0.29% | - |
| HSV(B) | 162.16º | 0.4% | 0.36% | - |
| XYZ | 7.07 | 9.28 | 9.4 | - |
| YUV | 80.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 82 | 0.40 | 0 | 0.12 | 0.64 | 162.16 | 0.25 | 0.29 |
| Hex | 38 | 5D | 52 | 28 | 0 | C | 40 | A2 | 19 | 1D |
| Octal | 70 | 135 | 122 | 50 | 0 | 14 | 100 | 242 | 31 | 35 |
| Binary | 111000 | 1011101 | 1010010 | 101000 | 0 | 1100 | 1000000 | 10100010 | 11001 | 11101 |
Color Harmonies of #385D52
Complementary color
Monochromatic Colors of #385D52
Black with #385D52
Text Example
Text Example
White with #385D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D52; }
p { color: rgb(56,93,82); }
H1.HeaderClassName
{
color: #385D52;
}
.AnyTagClassName
{
color: #385D52;
}
</style>
background-color css
<style>
a { background-color: #385D52; }
a { background-color: rgb(56,93,82); }
div.DivClassName
{
background-color: #385D52;
}
.BgClassName
{
background-color: #385D52;
}
</style>
border-color css
<style>
span { border-color: #385D52; }
span { border-color: rgb(56,93,82); }
td.TdClassName
{
border-color: #385D52;
}
.TagClassName
{
border-color: #385D52;
}
</style>