Shades of Spectra #365A51
Tints of Spectra #365A51
RGB
CMYK
RGB Variations
Color information
#365A51 (or 0x365A51) is known color: Spectra. HEX triplet: 36, 5A and 51. RGB value is (54,90,81). Sum of RGB (Red+Green+Blue) = 54+90+81=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #365A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A51 is #C9A5AE. Grayscale: #4E4E4E. Windows color (decimal): -13215151 or 5331510. OLE color: 5331510.
HSL color Cylindrical-coordinate representation of color #365A51: hue angle of 165º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A51 is Cyan = 0.40, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 90 | 81 | - |
| CMYK | 0.40 | 0 | 0.1 | 0.65 |
| HSL | 165º | 0.25% | 0.28% | - |
| HSV(B) | 165º | 0.4% | 0.35% | - |
| XYZ | 6.66 | 8.69 | 9.11 | - |
| YUV | 78.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 81 | 0.40 | 0 | 0.1 | 0.65 | 165 | 0.25 | 0.28 |
| Hex | 36 | 5A | 51 | 28 | 0 | A | 41 | A5 | 19 | 1C |
| Octal | 66 | 132 | 121 | 50 | 0 | 12 | 101 | 245 | 31 | 34 |
| Binary | 110110 | 1011010 | 1010001 | 101000 | 0 | 1010 | 1000001 | 10100101 | 11001 | 11100 |
Color Harmonies of #365A51
Complementary color
Monochromatic Colors of #365A51
Black with #365A51
Text Example
Text Example
White with #365A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A51; }
p { color: rgb(54,90,81); }
H1.HeaderClassName
{
color: #365A51;
}
.AnyTagClassName
{
color: #365A51;
}
</style>
background-color css
<style>
a { background-color: #365A51; }
a { background-color: rgb(54,90,81); }
div.DivClassName
{
background-color: #365A51;
}
.BgClassName
{
background-color: #365A51;
}
</style>
border-color css
<style>
span { border-color: #365A51; }
span { border-color: rgb(54,90,81); }
td.TdClassName
{
border-color: #365A51;
}
.TagClassName
{
border-color: #365A51;
}
</style>