Shades of Spectra #36574E
Tints of Spectra #36574E
RGB
CMYK
RGB Variations
Color information
#36574E (or 0x36574E) is known color: Spectra. HEX triplet: 36, 57 and 4E. RGB value is (54,87,78). Sum of RGB (Red+Green+Blue) = 54+87+78=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #36574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36574E is #C9A8B1. Grayscale: #4C4C4C. Windows color (decimal): -13215922 or 5134134. OLE color: 5134134.
HSL color Cylindrical-coordinate representation of color #36574E: hue angle of 163.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #36574E is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 87 | 78 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.66 |
| HSL | 163.64º | 0.23% | 0.28% | - |
| HSV(B) | 163.64º | 0.38% | 0.34% | - |
| XYZ | 6.3 | 8.15 | 8.45 | - |
| YUV | 76.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 87 | 78 | 0.38 | 0 | 0.10 | 0.66 | 163.64 | 0.23 | 0.28 |
| Hex | 36 | 57 | 4E | 26 | 0 | A | 42 | A4 | 17 | 1C |
| Octal | 66 | 127 | 116 | 46 | 0 | 12 | 102 | 244 | 27 | 34 |
| Binary | 110110 | 1010111 | 1001110 | 100110 | 0 | 1010 | 1000010 | 10100100 | 10111 | 11100 |
Color Harmonies of #36574E
Complementary color
Monochromatic Colors of #36574E
Black with #36574E
Text Example
Text Example
White with #36574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36574E; }
p { color: rgb(54,87,78); }
H1.HeaderClassName
{
color: #36574E;
}
.AnyTagClassName
{
color: #36574E;
}
</style>
background-color css
<style>
a { background-color: #36574E; }
a { background-color: rgb(54,87,78); }
div.DivClassName
{
background-color: #36574E;
}
.BgClassName
{
background-color: #36574E;
}
</style>
border-color css
<style>
span { border-color: #36574E; }
span { border-color: rgb(54,87,78); }
td.TdClassName
{
border-color: #36574E;
}
.TagClassName
{
border-color: #36574E;
}
</style>