Shades of Spectra #365C50
Tints of Spectra #365C50
RGB
CMYK
RGB Variations
Color information
#365C50 (or 0x365C50) is known color: Spectra. HEX triplet: 36, 5C and 50. RGB value is (54,92,80). Sum of RGB (Red+Green+Blue) = 54+92+80=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #365C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C50 is #C9A3AF. Grayscale: #4F4F4F. Windows color (decimal): -13214640 or 5266486. OLE color: 5266486.
HSL color Cylindrical-coordinate representation of color #365C50: hue angle of 161.05º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365C50 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 92 | 80 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.64 |
| HSL | 161.05º | 0.26% | 0.29% | - |
| HSV(B) | 161.05º | 0.41% | 0.36% | - |
| XYZ | 6.8 | 9.02 | 8.97 | - |
| YUV | 79.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 80 | 0.41 | 0 | 0.13 | 0.64 | 161.05 | 0.26 | 0.29 |
| Hex | 36 | 5C | 50 | 29 | 0 | D | 40 | A1 | 1A | 1D |
| Octal | 66 | 134 | 120 | 51 | 0 | 15 | 100 | 241 | 32 | 35 |
| Binary | 110110 | 1011100 | 1010000 | 101001 | 0 | 1101 | 1000000 | 10100001 | 11010 | 11101 |
Color Harmonies of #365C50
Complementary color
Monochromatic Colors of #365C50
Black with #365C50
Text Example
Text Example
White with #365C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C50; }
p { color: rgb(54,92,80); }
H1.HeaderClassName
{
color: #365C50;
}
.AnyTagClassName
{
color: #365C50;
}
</style>
background-color css
<style>
a { background-color: #365C50; }
a { background-color: rgb(54,92,80); }
div.DivClassName
{
background-color: #365C50;
}
.BgClassName
{
background-color: #365C50;
}
</style>
border-color css
<style>
span { border-color: #365C50; }
span { border-color: rgb(54,92,80); }
td.TdClassName
{
border-color: #365C50;
}
.TagClassName
{
border-color: #365C50;
}
</style>