Shades of Spectra #385C52
Tints of Spectra #385C52
RGB
CMYK
RGB Variations
Color information
#385C52 (or 0x385C52) is known color: Spectra. HEX triplet: 38, 5C and 52. RGB value is (56,92,82). Sum of RGB (Red+Green+Blue) = 56+92+82=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #385C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C52 is #C7A3AD. Grayscale: #505050. Windows color (decimal): -13083566 or 5397560. OLE color: 5397560.
HSL color Cylindrical-coordinate representation of color #385C52: hue angle of 163.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C52 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 82 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.64 |
| HSL | 163.33º | 0.24% | 0.29% | - |
| HSV(B) | 163.33º | 0.39% | 0.36% | - |
| XYZ | 6.98 | 9.1 | 9.37 | - |
| YUV | 80.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 82 | 0.39 | 0 | 0.11 | 0.64 | 163.33 | 0.24 | 0.29 |
| Hex | 38 | 5C | 52 | 27 | 0 | B | 40 | A3 | 18 | 1D |
| Octal | 70 | 134 | 122 | 47 | 0 | 13 | 100 | 243 | 30 | 35 |
| Binary | 111000 | 1011100 | 1010010 | 100111 | 0 | 1011 | 1000000 | 10100011 | 11000 | 11101 |
Color Harmonies of #385C52
Complementary color
Monochromatic Colors of #385C52
Black with #385C52
Text Example
Text Example
White with #385C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C52; }
p { color: rgb(56,92,82); }
H1.HeaderClassName
{
color: #385C52;
}
.AnyTagClassName
{
color: #385C52;
}
</style>
background-color css
<style>
a { background-color: #385C52; }
a { background-color: rgb(56,92,82); }
div.DivClassName
{
background-color: #385C52;
}
.BgClassName
{
background-color: #385C52;
}
</style>
border-color css
<style>
span { border-color: #385C52; }
span { border-color: rgb(56,92,82); }
td.TdClassName
{
border-color: #385C52;
}
.TagClassName
{
border-color: #385C52;
}
</style>