Shades of Spectra #385C54
Tints of Spectra #385C54
RGB
CMYK
RGB Variations
Color information
#385C54 (or 0x385C54) is known color: Spectra. HEX triplet: 38, 5C and 54. RGB value is (56,92,84). Sum of RGB (Red+Green+Blue) = 56+92+84=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #385C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C54 is #C7A3AB. Grayscale: #505050. Windows color (decimal): -13083564 or 5528632. OLE color: 5528632.
HSL color Cylindrical-coordinate representation of color #385C54: hue angle of 166.67º 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 #385C54 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 84 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.64 |
| HSL | 166.67º | 0.24% | 0.29% | - |
| HSV(B) | 166.67º | 0.39% | 0.36% | - |
| XYZ | 7.06 | 9.14 | 9.78 | - |
| YUV | 80.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 84 | 0.39 | 0 | 0.09 | 0.64 | 166.67 | 0.24 | 0.29 |
| Hex | 38 | 5C | 54 | 27 | 0 | 9 | 40 | A7 | 18 | 1D |
| Octal | 70 | 134 | 124 | 47 | 0 | 11 | 100 | 247 | 30 | 35 |
| Binary | 111000 | 1011100 | 1010100 | 100111 | 0 | 1001 | 1000000 | 10100111 | 11000 | 11101 |
Color Harmonies of #385C54
Complementary color
Monochromatic Colors of #385C54
Black with #385C54
Text Example
Text Example
White with #385C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C54; }
p { color: rgb(56,92,84); }
H1.HeaderClassName
{
color: #385C54;
}
.AnyTagClassName
{
color: #385C54;
}
</style>
background-color css
<style>
a { background-color: #385C54; }
a { background-color: rgb(56,92,84); }
div.DivClassName
{
background-color: #385C54;
}
.BgClassName
{
background-color: #385C54;
}
</style>
border-color css
<style>
span { border-color: #385C54; }
span { border-color: rgb(56,92,84); }
td.TdClassName
{
border-color: #385C54;
}
.TagClassName
{
border-color: #385C54;
}
</style>