Shades of Spectra #355F53
Tints of Spectra #355F53
RGB
CMYK
RGB Variations
Color information
#355F53 (or 0x355F53) is known color: Spectra. HEX triplet: 35, 5F and 53. RGB value is (53,95,83). Sum of RGB (Red+Green+Blue) = 53+95+83=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #355F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F53 is #CAA0AC. Grayscale: #515151. Windows color (decimal): -13279405 or 5463861. OLE color: 5463861.
HSL color Cylindrical-coordinate representation of color #355F53: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F53 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 95 | 83 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.63 |
| HSL | 162.86º | 0.28% | 0.29% | - |
| HSV(B) | 162.86º | 0.44% | 0.37% | - |
| XYZ | 7.12 | 9.57 | 9.65 | - |
| YUV | 81.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 83 | 0.44 | 0 | 0.13 | 0.63 | 162.86 | 0.28 | 0.29 |
| Hex | 35 | 5F | 53 | 2C | 0 | D | 3F | A3 | 1C | 1D |
| Octal | 65 | 137 | 123 | 54 | 0 | 15 | 77 | 243 | 34 | 35 |
| Binary | 110101 | 1011111 | 1010011 | 101100 | 0 | 1101 | 111111 | 10100011 | 11100 | 11101 |
Color Harmonies of #355F53
Complementary color
Monochromatic Colors of #355F53
Black with #355F53
Text Example
Text Example
White with #355F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F53; }
p { color: rgb(53,95,83); }
H1.HeaderClassName
{
color: #355F53;
}
.AnyTagClassName
{
color: #355F53;
}
</style>
background-color css
<style>
a { background-color: #355F53; }
a { background-color: rgb(53,95,83); }
div.DivClassName
{
background-color: #355F53;
}
.BgClassName
{
background-color: #355F53;
}
</style>
border-color css
<style>
span { border-color: #355F53; }
span { border-color: rgb(53,95,83); }
td.TdClassName
{
border-color: #355F53;
}
.TagClassName
{
border-color: #355F53;
}
</style>