Shades of Spectra #385C55
Tints of Spectra #385C55
RGB
CMYK
RGB Variations
Color information
#385C55 (or 0x385C55) is known color: Spectra. HEX triplet: 38, 5C and 55. RGB value is (56,92,85). Sum of RGB (Red+Green+Blue) = 56+92+85=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 92 - color contains mainly: green. Hex color #385C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C55 is #C7A3AA. Grayscale: #505050. Windows color (decimal): -13083563 or 5594168. OLE color: 5594168.
HSL color Cylindrical-coordinate representation of color #385C55: hue angle of 168.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 #385C55 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 85 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.64 |
| HSL | 168.33º | 0.24% | 0.29% | - |
| HSV(B) | 168.33º | 0.39% | 0.36% | - |
| XYZ | 7.1 | 9.15 | 9.99 | - |
| YUV | 80.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 85 | 0.39 | 0 | 0.08 | 0.64 | 168.33 | 0.24 | 0.29 |
| Hex | 38 | 5C | 55 | 27 | 0 | 8 | 40 | A8 | 18 | 1D |
| Octal | 70 | 134 | 125 | 47 | 0 | 10 | 100 | 250 | 30 | 35 |
| Binary | 111000 | 1011100 | 1010101 | 100111 | 0 | 1000 | 1000000 | 10101000 | 11000 | 11101 |
Color Harmonies of #385C55
Complementary color
Monochromatic Colors of #385C55
Black with #385C55
Text Example
Text Example
White with #385C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C55; }
p { color: rgb(56,92,85); }
H1.HeaderClassName
{
color: #385C55;
}
.AnyTagClassName
{
color: #385C55;
}
</style>
background-color css
<style>
a { background-color: #385C55; }
a { background-color: rgb(56,92,85); }
div.DivClassName
{
background-color: #385C55;
}
.BgClassName
{
background-color: #385C55;
}
</style>
border-color css
<style>
span { border-color: #385C55; }
span { border-color: rgb(56,92,85); }
td.TdClassName
{
border-color: #385C55;
}
.TagClassName
{
border-color: #385C55;
}
</style>