Shades of Spectra #355D4C
Tints of Spectra #355D4C
RGB
CMYK
RGB Variations
Color information
#355D4C (or 0x355D4C) is known color: Spectra. HEX triplet: 35, 5D and 4C. RGB value is (53,93,76). Sum of RGB (Red+Green+Blue) = 53+93+76=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #355D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D4C is #CAA2B3. Grayscale: #4F4F4F. Windows color (decimal): -13279924 or 5004597. OLE color: 5004597.
HSL color Cylindrical-coordinate representation of color #355D4C: hue angle of 154.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355D4C is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 76 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.64 |
| HSL | 154.5º | 0.27% | 0.29% | - |
| HSV(B) | 154.5º | 0.43% | 0.36% | - |
| XYZ | 6.69 | 9.11 | 8.24 | - |
| YUV | 79.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 76 | 0.43 | 0 | 0.18 | 0.64 | 154.5 | 0.27 | 0.29 |
| Hex | 35 | 5D | 4C | 2B | 0 | 12 | 40 | 9A | 1B | 1D |
| Octal | 65 | 135 | 114 | 53 | 0 | 22 | 100 | 232 | 33 | 35 |
| Binary | 110101 | 1011101 | 1001100 | 101011 | 0 | 10010 | 1000000 | 10011010 | 11011 | 11101 |
Color Harmonies of #355D4C
Complementary color
Monochromatic Colors of #355D4C
Black with #355D4C
Text Example
Text Example
White with #355D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D4C; }
p { color: rgb(53,93,76); }
H1.HeaderClassName
{
color: #355D4C;
}
.AnyTagClassName
{
color: #355D4C;
}
</style>
background-color css
<style>
a { background-color: #355D4C; }
a { background-color: rgb(53,93,76); }
div.DivClassName
{
background-color: #355D4C;
}
.BgClassName
{
background-color: #355D4C;
}
</style>
border-color css
<style>
span { border-color: #355D4C; }
span { border-color: rgb(53,93,76); }
td.TdClassName
{
border-color: #355D4C;
}
.TagClassName
{
border-color: #355D4C;
}
</style>