Shades of Spectra #38574D
Tints of Spectra #38574D
RGB
CMYK
RGB Variations
Color information
#38574D (or 0x38574D) is known color: Spectra. HEX triplet: 38, 57 and 4D. RGB value is (56,87,77). Sum of RGB (Red+Green+Blue) = 56+87+77=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #38574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38574D is #C7A8B2. Grayscale: #4C4C4C. Windows color (decimal): -13084851 or 5068600. OLE color: 5068600.
HSL color Cylindrical-coordinate representation of color #38574D: hue angle of 160.65º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38574D is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 87 | 77 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.66 |
| HSL | 160.65º | 0.22% | 0.28% | - |
| HSV(B) | 160.65º | 0.36% | 0.34% | - |
| XYZ | 6.38 | 8.19 | 8.27 | - |
| YUV | 76.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 77 | 0.36 | 0 | 0.11 | 0.66 | 160.65 | 0.22 | 0.28 |
| Hex | 38 | 57 | 4D | 24 | 0 | B | 42 | A1 | 16 | 1C |
| Octal | 70 | 127 | 115 | 44 | 0 | 13 | 102 | 241 | 26 | 34 |
| Binary | 111000 | 1010111 | 1001101 | 100100 | 0 | 1011 | 1000010 | 10100001 | 10110 | 11100 |
Color Harmonies of #38574D
Complementary color
Monochromatic Colors of #38574D
Black with #38574D
Text Example
Text Example
White with #38574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38574D; }
p { color: rgb(56,87,77); }
H1.HeaderClassName
{
color: #38574D;
}
.AnyTagClassName
{
color: #38574D;
}
</style>
background-color css
<style>
a { background-color: #38574D; }
a { background-color: rgb(56,87,77); }
div.DivClassName
{
background-color: #38574D;
}
.BgClassName
{
background-color: #38574D;
}
</style>
border-color css
<style>
span { border-color: #38574D; }
span { border-color: rgb(56,87,77); }
td.TdClassName
{
border-color: #38574D;
}
.TagClassName
{
border-color: #38574D;
}
</style>