Shades of Spectra #356554
Tints of Spectra #356554
RGB
CMYK
RGB Variations
Color information
#356554 (or 0x356554) is known color: Spectra. HEX triplet: 35, 65 and 54. RGB value is (53,101,84). Sum of RGB (Red+Green+Blue) = 53+101+84=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #356554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356554 is #CA9AAB. Grayscale: #545454. Windows color (decimal): -13277868 or 5530933. OLE color: 5530933.
HSL color Cylindrical-coordinate representation of color #356554: hue angle of 158.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356554 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 84 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.60 |
| HSL | 158.75º | 0.31% | 0.3% | - |
| HSV(B) | 158.75º | 0.48% | 0.4% | - |
| XYZ | 7.72 | 10.7 | 10.05 | - |
| YUV | 84.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 84 | 0.48 | 0 | 0.17 | 0.60 | 158.75 | 0.31 | 0.3 |
| Hex | 35 | 65 | 54 | 30 | 0 | 11 | 3C | 9F | 1F | 1E |
| Octal | 65 | 145 | 124 | 60 | 0 | 21 | 74 | 237 | 37 | 36 |
| Binary | 110101 | 1100101 | 1010100 | 110000 | 0 | 10001 | 111100 | 10011111 | 11111 | 11110 |
Color Harmonies of #356554
Complementary color
Monochromatic Colors of #356554
Black with #356554
Text Example
Text Example
White with #356554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356554; }
p { color: rgb(53,101,84); }
H1.HeaderClassName
{
color: #356554;
}
.AnyTagClassName
{
color: #356554;
}
</style>
background-color css
<style>
a { background-color: #356554; }
a { background-color: rgb(53,101,84); }
div.DivClassName
{
background-color: #356554;
}
.BgClassName
{
background-color: #356554;
}
</style>
border-color css
<style>
span { border-color: #356554; }
span { border-color: rgb(53,101,84); }
td.TdClassName
{
border-color: #356554;
}
.TagClassName
{
border-color: #356554;
}
</style>