Shades of Spectra #38554D
Tints of Spectra #38554D
RGB
CMYK
RGB Variations
Color information
#38554D (or 0x38554D) is known color: Spectra. HEX triplet: 38, 55 and 4D. RGB value is (56,85,77). Sum of RGB (Red+Green+Blue) = 56+85+77=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #38554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38554D is #C7AAB2. Grayscale: #4B4B4B. Windows color (decimal): -13085363 or 5068088. OLE color: 5068088.
HSL color Cylindrical-coordinate representation of color #38554D: hue angle of 163.45º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38554D is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 77 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.67 |
| HSL | 163.45º | 0.21% | 0.28% | - |
| HSV(B) | 163.45º | 0.34% | 0.33% | - |
| XYZ | 6.22 | 7.87 | 8.21 | - |
| YUV | 75.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 77 | 0.34 | 0 | 0.09 | 0.67 | 163.45 | 0.21 | 0.28 |
| Hex | 38 | 55 | 4D | 22 | 0 | 9 | 43 | A3 | 15 | 1C |
| Octal | 70 | 125 | 115 | 42 | 0 | 11 | 103 | 243 | 25 | 34 |
| Binary | 111000 | 1010101 | 1001101 | 100010 | 0 | 1001 | 1000011 | 10100011 | 10101 | 11100 |
Color Harmonies of #38554D
Complementary color
Monochromatic Colors of #38554D
Black with #38554D
Text Example
Text Example
White with #38554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38554D; }
p { color: rgb(56,85,77); }
H1.HeaderClassName
{
color: #38554D;
}
.AnyTagClassName
{
color: #38554D;
}
</style>
background-color css
<style>
a { background-color: #38554D; }
a { background-color: rgb(56,85,77); }
div.DivClassName
{
background-color: #38554D;
}
.BgClassName
{
background-color: #38554D;
}
</style>
border-color css
<style>
span { border-color: #38554D; }
span { border-color: rgb(56,85,77); }
td.TdClassName
{
border-color: #38554D;
}
.TagClassName
{
border-color: #38554D;
}
</style>