Shades of Spectra #365D50
Tints of Spectra #365D50
RGB
CMYK
RGB Variations
Color information
#365D50 (or 0x365D50) is known color: Spectra. HEX triplet: 36, 5D and 50. RGB value is (54,93,80). Sum of RGB (Red+Green+Blue) = 54+93+80=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #365D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D50 is #C9A2AF. Grayscale: #4F4F4F. Windows color (decimal): -13214384 or 5266742. OLE color: 5266742.
HSL color Cylindrical-coordinate representation of color #365D50: hue angle of 160º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D50 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 80 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.64 |
| HSL | 160º | 0.27% | 0.29% | - |
| HSV(B) | 160º | 0.42% | 0.36% | - |
| XYZ | 6.88 | 9.19 | 9 | - |
| YUV | 79.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 80 | 0.42 | 0 | 0.14 | 0.64 | 160 | 0.27 | 0.29 |
| Hex | 36 | 5D | 50 | 2A | 0 | E | 40 | A0 | 1B | 1D |
| Octal | 66 | 135 | 120 | 52 | 0 | 16 | 100 | 240 | 33 | 35 |
| Binary | 110110 | 1011101 | 1010000 | 101010 | 0 | 1110 | 1000000 | 10100000 | 11011 | 11101 |
Color Harmonies of #365D50
Complementary color
Monochromatic Colors of #365D50
Black with #365D50
Text Example
Text Example
White with #365D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D50; }
p { color: rgb(54,93,80); }
H1.HeaderClassName
{
color: #365D50;
}
.AnyTagClassName
{
color: #365D50;
}
</style>
background-color css
<style>
a { background-color: #365D50; }
a { background-color: rgb(54,93,80); }
div.DivClassName
{
background-color: #365D50;
}
.BgClassName
{
background-color: #365D50;
}
</style>
border-color css
<style>
span { border-color: #365D50; }
span { border-color: rgb(54,93,80); }
td.TdClassName
{
border-color: #365D50;
}
.TagClassName
{
border-color: #365D50;
}
</style>