Shades of Spectra #315D52
Tints of Spectra #315D52
RGB
CMYK
RGB Variations
Color information
#315D52 (or 0x315D52) is known color: Spectra. HEX triplet: 31, 5D and 52. RGB value is (49,93,82). Sum of RGB (Red+Green+Blue) = 49+93+82=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #315D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D52 is #CEA2AD. Grayscale: #4E4E4E. Windows color (decimal): -13542062 or 5397809. OLE color: 5397809.
HSL color Cylindrical-coordinate representation of color #315D52: hue angle of 165º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D52 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 82 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.64 |
| HSL | 165º | 0.31% | 0.28% | - |
| HSV(B) | 165º | 0.47% | 0.36% | - |
| XYZ | 6.7 | 9.09 | 9.38 | - |
| YUV | 78.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 82 | 0.47 | 0 | 0.12 | 0.64 | 165 | 0.31 | 0.28 |
| Hex | 31 | 5D | 52 | 2F | 0 | C | 40 | A5 | 1F | 1C |
| Octal | 61 | 135 | 122 | 57 | 0 | 14 | 100 | 245 | 37 | 34 |
| Binary | 110001 | 1011101 | 1010010 | 101111 | 0 | 1100 | 1000000 | 10100101 | 11111 | 11100 |
Color Harmonies of #315D52
Complementary color
Monochromatic Colors of #315D52
Black with #315D52
Text Example
Text Example
White with #315D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D52; }
p { color: rgb(49,93,82); }
H1.HeaderClassName
{
color: #315D52;
}
.AnyTagClassName
{
color: #315D52;
}
</style>
background-color css
<style>
a { background-color: #315D52; }
a { background-color: rgb(49,93,82); }
div.DivClassName
{
background-color: #315D52;
}
.BgClassName
{
background-color: #315D52;
}
</style>
border-color css
<style>
span { border-color: #315D52; }
span { border-color: rgb(49,93,82); }
td.TdClassName
{
border-color: #315D52;
}
.TagClassName
{
border-color: #315D52;
}
</style>