Shades of Spectra #38574E
Tints of Spectra #38574E
RGB
CMYK
RGB Variations
Color information
#38574E (or 0x38574E) is known color: Spectra. HEX triplet: 38, 57 and 4E. RGB value is (56,87,78). Sum of RGB (Red+Green+Blue) = 56+87+78=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #38574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38574E is #C7A8B1. Grayscale: #4C4C4C. Windows color (decimal): -13084850 or 5134136. OLE color: 5134136.
HSL color Cylindrical-coordinate representation of color #38574E: hue angle of 162.58º 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 #38574E is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 87 | 78 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.66 |
| HSL | 162.58º | 0.22% | 0.28% | - |
| HSV(B) | 162.58º | 0.36% | 0.34% | - |
| XYZ | 6.41 | 8.21 | 8.45 | - |
| YUV | 76.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 78 | 0.36 | 0 | 0.10 | 0.66 | 162.58 | 0.22 | 0.28 |
| Hex | 38 | 57 | 4E | 24 | 0 | A | 42 | A3 | 16 | 1C |
| Octal | 70 | 127 | 116 | 44 | 0 | 12 | 102 | 243 | 26 | 34 |
| Binary | 111000 | 1010111 | 1001110 | 100100 | 0 | 1010 | 1000010 | 10100011 | 10110 | 11100 |
Color Harmonies of #38574E
Complementary color
Monochromatic Colors of #38574E
Black with #38574E
Text Example
Text Example
White with #38574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38574E; }
p { color: rgb(56,87,78); }
H1.HeaderClassName
{
color: #38574E;
}
.AnyTagClassName
{
color: #38574E;
}
</style>
background-color css
<style>
a { background-color: #38574E; }
a { background-color: rgb(56,87,78); }
div.DivClassName
{
background-color: #38574E;
}
.BgClassName
{
background-color: #38574E;
}
</style>
border-color css
<style>
span { border-color: #38574E; }
span { border-color: rgb(56,87,78); }
td.TdClassName
{
border-color: #38574E;
}
.TagClassName
{
border-color: #38574E;
}
</style>