#355648

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

Shades of Spectra #355648

Tints of Spectra #355648

Color information

#355648 (or 0x355648) is unknown color: approx Spectra. HEX triplet: 35, 56 and 48. RGB value is (53,86,72). Sum of RGB (Red+Green+Blue) = 53+86+72=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #355648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355648 is #CAA9B7. Grayscale: #4A4A4A. Windows color (decimal): -13281720 or 4740661. OLE color: 4740661.

HSL color Cylindrical-coordinate representation of color #355648: hue angle of 154.55º 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 #355648 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB538672-
CMYK0.3800.160.66
HSL154.55º23.74%27.25%-
HSV(B)154.55º38.37%33.73%-
XYZ5.977.887.34-
YUV74.54126.57112.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=25.12%
G=40.76%
B=34.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386720.3800.160.66154.5523.7427.25
Hex35564826010429b181b
Octal65126110460201022333033
Binary110101101011010010001001100100001000010100110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355648; }

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

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

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

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

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

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

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

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