Shades of Spectra #365F52
Tints of Spectra #365F52
RGB
CMYK
RGB Variations
Color information
#365F52 (or 0x365F52) is known color: Spectra. HEX triplet: 36, 5F and 52. RGB value is (54,95,82). Sum of RGB (Red+Green+Blue) = 54+95+82=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #365F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F52 is #C9A0AD. Grayscale: #515151. Windows color (decimal): -13213870 or 5398326. OLE color: 5398326.
HSL color Cylindrical-coordinate representation of color #365F52: hue angle of 160.98º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F52 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 95 | 82 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.63 |
| HSL | 160.98º | 0.28% | 0.29% | - |
| HSV(B) | 160.98º | 0.43% | 0.37% | - |
| XYZ | 7.14 | 9.58 | 9.46 | - |
| YUV | 81.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 82 | 0.43 | 0 | 0.14 | 0.63 | 160.98 | 0.28 | 0.29 |
| Hex | 36 | 5F | 52 | 2B | 0 | E | 3F | A1 | 1C | 1D |
| Octal | 66 | 137 | 122 | 53 | 0 | 16 | 77 | 241 | 34 | 35 |
| Binary | 110110 | 1011111 | 1010010 | 101011 | 0 | 1110 | 111111 | 10100001 | 11100 | 11101 |
Color Harmonies of #365F52
Complementary color
Monochromatic Colors of #365F52
Black with #365F52
Text Example
Text Example
White with #365F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F52; }
p { color: rgb(54,95,82); }
H1.HeaderClassName
{
color: #365F52;
}
.AnyTagClassName
{
color: #365F52;
}
</style>
background-color css
<style>
a { background-color: #365F52; }
a { background-color: rgb(54,95,82); }
div.DivClassName
{
background-color: #365F52;
}
.BgClassName
{
background-color: #365F52;
}
</style>
border-color css
<style>
span { border-color: #365F52; }
span { border-color: rgb(54,95,82); }
td.TdClassName
{
border-color: #365F52;
}
.TagClassName
{
border-color: #365F52;
}
</style>