#355950

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

Shades of Spectra #355950

Tints of Spectra #355950

Color information

#355950 (or 0x355950) is unknown color: approx Spectra. HEX triplet: 35, 59 and 50. RGB value is (53,89,80). Sum of RGB (Red+Green+Blue) = 53+89+80=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #355950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355950 is #CAA6AF. Grayscale: #4D4D4D. Windows color (decimal): -13280944 or 5265717. OLE color: 5265717.

HSL color Cylindrical-coordinate representation of color #355950: hue angle of 165º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355950 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB538980-
CMYK0.4000.100.65
HSL165º25.35%27.84%-
HSV(B)165º40.45%34.9%-
XYZ6.498.488.88-
YUV77.21129.57110.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=23.87%
G=40.09%
B=36.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389800.4000.100.6516525.3527.84
Hex355950280A41a5191c
Octal65131120500121012453134
Binary11010110110011010000101000010101000001101001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355950; }

 p { color: rgb(53,89,80); }

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

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

 a { background-color: rgb(53,89,80); }

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

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

 span { border-color: rgb(53,89,80); }

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