Shades of Spectra #36594F
Tints of Spectra #36594F
RGB
CMYK
RGB Variations
Color information
#36594F (or 0x36594F) is known color: Spectra. HEX triplet: 36, 59 and 4F. RGB value is (54,89,79). Sum of RGB (Red+Green+Blue) = 54+89+79=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #36594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36594F is #C9A6B0. Grayscale: #4D4D4D. Windows color (decimal): -13215409 or 5200182. OLE color: 5200182.
HSL color Cylindrical-coordinate representation of color #36594F: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36594F is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 89 | 79 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.65 |
| HSL | 162.86º | 0.24% | 0.28% | - |
| HSV(B) | 162.86º | 0.39% | 0.35% | - |
| XYZ | 6.5 | 8.49 | 8.69 | - |
| YUV | 77.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 79 | 0.39 | 0 | 0.11 | 0.65 | 162.86 | 0.24 | 0.28 |
| Hex | 36 | 59 | 4F | 27 | 0 | B | 41 | A3 | 18 | 1C |
| Octal | 66 | 131 | 117 | 47 | 0 | 13 | 101 | 243 | 30 | 34 |
| Binary | 110110 | 1011001 | 1001111 | 100111 | 0 | 1011 | 1000001 | 10100011 | 11000 | 11100 |
Color Harmonies of #36594F
Complementary color
Monochromatic Colors of #36594F
Black with #36594F
Text Example
Text Example
White with #36594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36594F; }
p { color: rgb(54,89,79); }
H1.HeaderClassName
{
color: #36594F;
}
.AnyTagClassName
{
color: #36594F;
}
</style>
background-color css
<style>
a { background-color: #36594F; }
a { background-color: rgb(54,89,79); }
div.DivClassName
{
background-color: #36594F;
}
.BgClassName
{
background-color: #36594F;
}
</style>
border-color css
<style>
span { border-color: #36594F; }
span { border-color: rgb(54,89,79); }
td.TdClassName
{
border-color: #36594F;
}
.TagClassName
{
border-color: #36594F;
}
</style>