#355649

Color #355649 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #355649

Tints of Spectra #355649

Color information

#355649 (or 0x355649) is unknown color: approx Spectra. HEX triplet: 35, 56 and 49. RGB value is (53,86,73). Sum of RGB (Red+Green+Blue) = 53+86+73=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #355649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355649 is #CAA9B6. Grayscale: #4A4A4A. Windows color (decimal): -13281719 or 4806197. OLE color: 4806197.

HSL color Cylindrical-coordinate representation of color #355649: hue angle of 156.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355649 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB538673-
CMYK0.3800.150.66
HSL156.36º23.74%27.25%-
HSV(B)156.36º38.37%33.73%-
XYZ67.897.51-
YUV74.65127.07112.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=25%
G=40.57%
B=34.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386730.3800.150.66156.3623.7427.25
Hex355649260F429c181b
Octal65126111460171022343033
Binary11010110101101001001100110011111000010100111001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355649; }

 p { color: rgb(53,86,73); }

 H1.HeaderClassName
 {
   color: #355649;
 }
 .AnyTagClassName
 {
   color: #355649;
 }
</style>
background-color css

<style>
 a { background-color: #355649; }

 a { background-color: rgb(53,86,73); }

 div.DivClassName
 {
   background-color: #355649;
 }
 .BgClassName
 {
   background-color: #355649;
 }
</style>
border-color css

<style>
 span { border-color: #355649; }

 span { border-color: rgb(53,86,73); }

 td.TdClassName
 {
   border-color: #355649;
 }
 .TagClassName
 {
   border-color: #355649;
 }
</style>